An open API service indexing awesome lists of open source software.

https://github.com/RangerRick/blobile

Blases Loaded - Unofficial Live Blaseball Game Viewer for iOS, Android, and Web
https://github.com/RangerRick/blobile

android blaseball capacitor ionic ios ipad iphone pwa

Last synced: 11 months ago
JSON representation

Blases Loaded - Unofficial Live Blaseball Game Viewer for iOS, Android, and Web

Awesome Lists containing this project

README

          

# Blases Loaded

Blases Loaded is no more.

The Game Band has a real mobile app that is coming as part of the re-launch of Blaseball, so this is obsolete.
I'm leaving this repo up (archived) for reference, but otherwise you can consider it a dead project.

~~Blases Loaded is an extremely unofficial mobile app for live-viewing [Blaseball](https://www.blaseball.com/) games.~~
~~Blases Loaded is not developed, nor endorsed, by The Game Band.~~

## FAQ

Not really a FAQ, because no one has asked me questions yet, but these are what I _bet_ will be frequently asked questions.

* Can you add a feature to bet/change idols/vote/edit things?

No. As a member of [SIBR](https://twitter.com/SIBROfficial) I have taken a blood oath to never _write_ to the Blaseball API, only _read_ from it.
Don't tempt the Blaseball gods!
* Can I make a suggestion for a new feature?

Absoultely! Just create a [new issue](https://github.com/RangerRick/blobile/issues) with your idea.
Note that this is just a side-hobby thing, you are at the mercy of my spare time, unless you want to submit a pull request...
Even still, it's my app, and I retain the right to editorial control. 😉
* What about Blackberry or Windows Phone?

This is how you know this isn't a real FAQ.
No one is asking this.
* Why did you make a FAQ when you seem to only have two actual things to mention, one of which is technically also in the "Feedback and Helping Out" section?

I honestly thought I had more to put here when I started this, but it's too late now.
* Is this related to the [Blases Loaded TTRPG](https://kmsheehan.itch.io/blases-loaded) in any way?

No, but I _swear_ there were only a few hits for "Blases Loaded" before I announced this project, but now the TTRPG is one of the top hits.
It looks like a clever, simple Blaseball RPG and you should check it out.
*

I most certainly did not.

## Development

It's an [Ionic](https://ionicframework.com/) [Angular](https://angular.io/) app, so standard Ionic and Angular tools are used for building.

To run it locally in a browser, do:

```shell
npm install
npm run start
```

To build and run on iOS or Android, do:

```shell
npm install -g @ionic/cli
npm install
ionic cap run [android|ios]
```

## License

Blases Loaded by Benjamin Reed is licensed under CC BY-NC 4.0