├── images ├── icon-192x192.png └── icon-512x512.png ├── index.html ├── index.js ├── manifest.webmanifest ├── news-article.js ├── newsApi.js ├── readme.md ├── styles.css └── sw.js /images/icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcushellberg/bad-news/HEAD/images/icon-192x192.png -------------------------------------------------------------------------------- /images/icon-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcushellberg/bad-news/HEAD/images/icon-512x512.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcushellberg/bad-news/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcushellberg/bad-news/HEAD/index.js -------------------------------------------------------------------------------- /manifest.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcushellberg/bad-news/HEAD/manifest.webmanifest -------------------------------------------------------------------------------- /news-article.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcushellberg/bad-news/HEAD/news-article.js -------------------------------------------------------------------------------- /newsApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcushellberg/bad-news/HEAD/newsApi.js -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | Demo PWA app. 2 | -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcushellberg/bad-news/HEAD/styles.css -------------------------------------------------------------------------------- /sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcushellberg/bad-news/HEAD/sw.js --------------------------------------------------------------------------------