An EXPERIMENTAL OpenFn adaptor for building integration jobs for use with the ____ API.
Mostly a learning project at this point.
- View the documentation at https://openfn.github.io/adaptor/
- To update the documentation site, run:
./node_modules/.bin/jsdoc --readme ./README.md ./lib -d docs
{
"key": "<twitter API key>"
}
fetchTweets("jjc_uk")
Clone the repo, run npm install
.
Run tests using npm run test
or npm run test:watch
Build the project using npm run build
.