1.0.0 • Published 7 years ago

ft-node v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ft-node

A basic wrapper for the Financial Times' Developer API written in Node.js. Please refer to the official documentation for more information on API endpoints.

Installation

npm install ft-node --save

Usage

const FT = require('ft-node');
const f = new FT(key);

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/schopenhauer/ft-node.

License

The module is available as open source under the terms of the MIT License.

1.0.0

7 years ago