A Vue.js app that displays the latest films available at select Alamo Drafthouse Locations. Visit the app @ www.alamoalerts.com
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run start:dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# start express (build before using this)
npm start
The Alamo Alerts client grabs the latest tweets from various Alamo Alerts feeds on Twitter and displays them in a beautiful UI. Users can choose from a set of alert options (currently Twitter and RSS) and set up notifications as they see fit.