https://github.com/unstubbable/tracktivity-mock-api
A mock API for Tracktivity using node.js and express.
https://github.com/unstubbable/tracktivity-mock-api
Last synced: 3 months ago
JSON representation
A mock API for Tracktivity using node.js and express.
- Host: GitHub
- URL: https://github.com/unstubbable/tracktivity-mock-api
- Owner: unstubbable
- Created: 2013-10-06T14:33:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-06T14:33:37.000Z (over 11 years ago)
- Last Synced: 2025-02-06T03:23:16.487Z (5 months ago)
- Language: CoffeeScript
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tracktivity mock REST API
A REST API with static JSON files used for simple mocking of [Tracktivity](https://github.com/KingHenne/tracktivity-server).
## Usage
Run `npm install` and `npm start`. A node.js server then runs at [localhost:8888](http://localhost:8888).
### Supported URLs
Only `GET` is supported at the moment.
A list of users:
/users
User details:
/users/:username
User activities:
/users/:username/activities
Activity details:
/activities/:id