Mini PWA React App to know the arrival time of Transantiago bus, pretty much a less-buggy and minimalist version of Transantiago Planifica Website.
- Fork this repository
- Create your branch from the
master
branch (git checkout -b my-changes
) - Commit your changes using these emojis (
git commit -am '<emoji> my changes message'
) - Push your branch (
git push origin my-changes
) - Create a new Pull Request