Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xasos/notice
Push notification system for school announcements.
https://github.com/xasos/notice
Last synced: about 1 month ago
JSON representation
Push notification system for school announcements.
- Host: GitHub
- URL: https://github.com/xasos/notice
- Owner: xasos
- License: mit
- Created: 2014-09-22T17:30:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T01:45:45.000Z (about 10 years ago)
- Last Synced: 2024-10-14T21:18:38.242Z (3 months ago)
- Language: JavaScript
- Homepage: http://notice.herokuapp.com/
- Size: 37.9 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Notice
======## What is Notice?
Notice is a push notification system for school/club announcements built in AngularJS/Ionic. Features announcements by club/activity and push notifications.
Built as part of the Mobile App Development Course (M257).
## Get Started
```sh
$ git clone https://github.com/xasos/Notice
$ cd Notice
$ ionic serve# To build natively
$ ionic add
$ ionic build
$ ionic emulate
```This app is also available on the web [here](https://notice.herokuapp.com/) or [here](http://conantapps.com/dev/notice/).
## License
[MIT License](LICENSE)