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
- Host: GitHub
- URL: https://github.com/buren/climate-change-substitutions-analytics
- Owner: buren
- Created: 2017-08-13T15:03:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T00:40:13.000Z (over 3 years ago)
- Last Synced: 2025-01-20T05:17:10.647Z (4 months ago)
- Topics: rails
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Climate Change Substitutions Analytics
[](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
[](https://heroku.com/deploy)