Skip to content

FT Developer API wrapper for Node.js

Notifications You must be signed in to change notification settings

schopenhauer/ft-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

FT Developer API wrapper for Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published