https://github.com/mars/tinyrobot-science-api
Node.js API for 🤖🔬 tinyrobot.science
https://github.com/mars/tinyrobot-science-api
Last synced: over 1 year ago
JSON representation
Node.js API for 🤖🔬 tinyrobot.science
- Host: GitHub
- URL: https://github.com/mars/tinyrobot-science-api
- Owner: mars
- License: mit
- Created: 2018-07-31T00:15:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T20:53:36.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T19:18:19.736Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖🔬 tinyrobot.science API
Built with [Express.js](https://expressjs.com) on Heroku.
### Part of a reference suite
| [Terraform config](https://github.com/mars/tinyrobot-science-terraform) | [Web UI](https://github.com/mars/tinyrobot-science-web-ui) | API |
|-----------|------------|---------|
| infrastructure | front-end app | backend app (this repo) |
## Requires
* Heroku
* [command-line tools (CLI)](https://devcenter.heroku.com/articles/heroku-command-line)
* [a free account](https://signup.heroku.com)
* [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* [Node.js](https://nodejs.org)
## Development
`git clone` this repo to your local machine, and then:
```bash
cd tinyrobot-science-api/
npm install
npm start
```