Monitors the status of popular GNU Social instances.
This website checks the status of popular GNU Social instances. Currently, only a handful of instances are included (preferably those that support Qvitter), but let me know if you want your instance added here and I'll consider it.
This website was made mostly when waiting for quitter.is to go back up after the 9th February downtime. I know. Blame @hundur.
Upon loading, this website will perform an HTTP request from your local connection, and returns a success message if the request completed successfully, and will be displayed on the page.
While this website is really useful for many people, the results on this page might not be accurate. Because HTTP requests are made locally, it could only be your internet that's acting up.
- AngularJS (v1.4.9)
You will need:
- Node.js (v4.0.0+)
- Ruby (v2.0.0+)
- Bundler
(included from within Rails (
gem install rails
) orgem install bundler
) - Jekyll
(install from within Ruby:
gem install jekyll
)
Clone it. ( git clone https://github.com/resir014/gnu-social-status.git
)
Then install all the bundled plugins.
$ npm install
$ bundle install
This website uses grunt to start up a local server and run JS/SCSS linting.
After the plugins are installed, we can now run a local server from within our computer.
# Start a local server.
$ grunt serve
# Run JS/SCSS linting.
$ grunt
- Fork it
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create a new Pull Request