mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 11:02:30 +01:00
27 lines
596 B
JSON
27 lines
596 B
JSON
|
|
||
|
{
|
||
|
"name": "Frankfurter",
|
||
|
"description": "A foreign exchange rates and currency conversion API",
|
||
|
"website": "https://frankfurter.app",
|
||
|
"repository": "https://github.com/hakanensari/frankfurter",
|
||
|
"logo": "https://frankfurter.app/images/frankfurter.png",
|
||
|
"keywords": [
|
||
|
"forex",
|
||
|
"foreign exchange rates",
|
||
|
"currency",
|
||
|
"api"
|
||
|
],
|
||
|
"env": {
|
||
|
"APP_ENV": {
|
||
|
"description": "The app environment.",
|
||
|
"value": "production",
|
||
|
}
|
||
|
},
|
||
|
"addons": [
|
||
|
"heroku-postgresql"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"postdeploy": "bundle exec rake db:migrate rates:ninety_days"
|
||
|
}
|
||
|
}
|