/app-stat-api

Apple System Status UnOfficial API

Primary LanguageRubyMIT LicenseMIT

NO LONGER MAINTAINED

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.

AppStatApi

Apple System Status UnOfficial API

https://app-stat-api.herokuapp.com/

Circle CI Code Climate Test Coverage

Requirements

Setup

bundle install

Run

bundle exec foreman s
open http://localhost:3000/

Setup Heroku

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

Deploy your Heroku account

Deploy

ProTip

core logic is apple_system_status 💎