Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/freewil/meteor-api-history
- Owner: freewil
- Created: 2016-04-12T03:21:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-12T03:50:09.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T01:05:41.632Z (4 months ago)
- Language: JavaScript
- Size: 6.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)