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

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

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
```