feathers-coinapi
v0.2.10
Published
A Feathers service for CoinAPI
Maintainers
Readme
feathers-coinapi
Unofficial Feathers plugin service for CoinAPI
Install
npm install feathers-coinapi --saveDocumentation
Please refer to the CoinAPI Docs for options that can be passed.
Available Services
The following services are supported and map to the appropriate Stripe resource:
ExchangeRatesMetadataOhlcvHistoricalOhlcvHistoricalAggOhlcvLatestOhlcvLatestAggOrderbooksCurrentOrderbooksHistoricalOrderbooksLatestQuotesCurrentQuotesLatestTradesHistoricalTradesLatest
Complete Example
Here's an example of a Feathers server that uses coinapi.
const feathers = require("@feathersjs/feathers");
const plugin = require("feathers-coinapi");
// Initialize the application
const app = feathers();
// Initialize the plugin
app.configure(plugin());License
Copyright (c) 2019
Licensed under the MIT license.
