Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 881 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 881 Bytes

language-template alt text Build Status

An EXPERIMENTAL OpenFn adaptor for building integration jobs for use with the ____ API.

Mostly a learning project at this point.

Documentation

post

sample configuration

{
  "key": "<twitter API key>"
}

Example

fetchTweets("jjc_uk")

Development

Clone the repo, run npm install.

Run tests using npm run test or npm run test:watch

Build the project using npm run build.