https://github.com/markmatney/norcal-shows
AngularJS mobile browser app that consumes and displays data provided by the 'norcal-shows-data' application.
https://github.com/markmatney/norcal-shows
angular api-client web-app
Last synced: over 1 year ago
JSON representation
AngularJS mobile browser app that consumes and displays data provided by the 'norcal-shows-data' application.
- Host: GitHub
- URL: https://github.com/markmatney/norcal-shows
- Owner: markmatney
- License: mit
- Created: 2016-02-24T08:47:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T07:32:19.000Z (over 10 years ago)
- Last Synced: 2025-01-24T05:29:35.765Z (over 1 year ago)
- Topics: angular, api-client, web-app
- Language: HTML
- Homepage: http://norcal-shows.herokuapp.com/
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a client-side (MOBILE!!!) web application that provides a useful (search-able, filter-able, more read-able) interface to [Steve Koepke](http://www.calweb.com/~skoepke/)'s [list](http://www.jmarshall.com/events/list.txt) of Bay Area and Northern California shows. It depends on a companion server application (code [here](https://github.com/markmatney/norcal-shows-data)) for the data.
# Setup
I have Node v5.8.0 and NPM 3.8.1 installed. Just get the code, then do
```Shell
cd norcal-shows
npm install
npm start
```
to run the app on localhost:3000. To change the port, edit `app/server.js`.