Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)