Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freewil/meteor-api-history

Demo Meteor project that shows history of API calls, lazy downloading 50 records at a time
https://github.com/freewil/meteor-api-history

Last synced: about 2 months ago
JSON representation

Demo Meteor project that shows history of API calls, lazy downloading 50 records at a time

Awesome Lists containing this project

README

        

# meteor api history
Code challenge that logs history to a fictional REST API (not actually
implemented) and displays it to the user using Meteor.

Only 50 of the most recent API calls are sent to the client at a time
to limit bandwidth/memory usage.

![demo](http://i.giphy.com/xT1XGAry4WPooi51mM.gif)