git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: b0260714125b1a814ed76eaca838d164ae23101d

Files: b0260714125b1a814ed76eaca838d164ae23101d / app / client.js

271 bytesRaw
1import feathers from 'feathers-client'
2import fetch from 'isomorphic-fetch'
3import Url from 'url'
4
5import config from 'app/config'
6
7const clientUrl = Url.format(config.api.url)
8const client = feathers(clientUrl)
9 .configure(feathers.fetch(fetch))
10
11export default client
12

Built with git-ssb-web