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

https://github.com/buren/climate-change-substitutions-analytics

Analytics for Climate Change Substitutions
https://github.com/buren/climate-change-substitutions-analytics

rails

Last synced: 3 months ago
JSON representation

Analytics for Climate Change Substitutions

Awesome Lists containing this project

README

        

# Climate Change Substitutions Analytics

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

Analytic service for https://github.com/buren/climate-change-substitutions.

* Rails 5.1
* Ruby 2.4
* PostgreSQL > 9

## Documentation

`POST /`

__Payload__:

```json
{
"replacements": [{
"url": "http://example.com",
"original": "some phrase",
"replacement": "my phrase"
}]
}
```

## Deploy

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)