Heroku recently announced the end of its free plan offerings.
https://blog.heroku.com/next-chapter
This app is running on Heroku Free dyno, but I decided to terminate this app after Heroku's announcement 😭
- I have no plans to migrate this app from Heroku to another platform. This app is OSS so you can fork it and make it work on another platform
- This app will continue to run until Heroku stops this. (Probably November 28, 2022 or later)
Thank you.
Apple System Status UnOfficial API
https://app-stat-api.herokuapp.com/
bundle install
bundle exec foreman s
open http://localhost:3000/
heroku addons:create papertrail
heroku addons:create rollbar
heroku addons:create memcachedcloud
heroku addons:create newrelic
heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-multi.git
heroku config:add ROLLBAR_ACCESS_TOKEN=XXXXXXXXXXXXXXX
heroku config:add NEW_RELIC_LICENSE_KEY=XXXXXXXXXXXXXXXX
core logic is apple_system_status 💎