GitXplorerGitXplorer
n

faster-mta

public
4 stars
1 forks
3 issues

Commits

List of commits on branch master.
Verified
c5c0de61ad78637e7c0afae4bc6610ee483d6cfd

Merge pull request #42 from newyork-anthonyng/feature/an/minify-html

nnewyork-anthonyng committed 6 years ago
Unverified
91438c7749d17d65b28c7bab1caf2f00c668247f

Minify HTML

nnewyork-anthonyng committed 6 years ago
Unverified
33a96d5a5116a8e82fe9806e8e0c1b83dd88613e

Update travis

nnewyork-anthonyng committed 6 years ago
Verified
435115b4f4dadaeb343a2ba5c9358c32a40b148a

Merge pull request #40 from newyork-anthonyng/feature/an/sw-strategy

nnewyork-anthonyng committed 6 years ago
Unverified
494f1eaf858d858e0b501c4a2b664c7e39872eab

Update travis

nnewyork-anthonyng committed 6 years ago
Unverified
c13a2baebffeab6cd287fb341e63447b4267557f

Update realtime page caching strategy

nnewyork-anthonyng committed 6 years ago

README

The README file for this repository.

faster-mta

This is a rebuilt version of MTA Subway Time website. You can view it here.

Getting started

$ npm install
$ npm start
$ open http://localhost:8080

Deployment

This website uses Firebase. It uses Firebase Hosting to host static assets, and Firebase Functions for the backend.

$ npm run deploy.hosting # deploy to Firebase Hosting
$ npm run deploy.functions # deploy to Firebase Functions

Audit

The main focus of this website is to provide a fast user experience.

We will use WebPageTest to measure this.