This is a demo of Algorithmia's Tweet N-Gram algorithm. Enter a twitter handle, and get back a randomly-generated tweet based on that handle's previous tweets.
This demo can be viewed at https://algorithmia.com/demo/twitterNgram
This demo only contains frontend code and requires no specialized hosting (or even a server).
- download the repository
- edit /JavaScript/twitter-ngram/public/js/main.js to place your own API Key (free signup) in the line containing
Algorithmia.query - if you have not already, run the setup steps outlined in /PUBLISH.md
- build the demo:
grunt build:twitter-ngram - open /build/twitter-ngram/index.html in a web browser
Find more information in the Algorithmia Developer Center or the API Docs.