0.2.10 • Published 4 years ago

feathers-coinapi v0.2.10

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

feathers-coinapi

Unofficial Feathers plugin service for CoinAPI

Install

npm install feathers-coinapi --save

Documentation

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:

  • ExchangeRates
  • Metadata
  • OhlcvHistorical
  • OhlcvHistoricalAgg
  • OhlcvLatest
  • OhlcvLatestAgg
  • OrderbooksCurrent
  • OrderbooksHistorical
  • OrderbooksLatest
  • QuotesCurrent
  • QuotesLatest
  • TradesHistorical
  • TradesLatest

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.

0.2.10

4 years ago

0.2.9

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.8

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.1.10

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.1-0

4 years ago

0.0.12-1

4 years ago

0.0.11

4 years ago

0.1.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago