Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jnilsson committed Aug 30, 2019
1 parent 0b05549 commit 3e37b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A no-frills PWA (Progressive Web Application) to demonstrate various caching and

### Setup

This project bootstraps from the [Monaca](https://monaca.io/)'s PWA template. While a Monaca account isn't needed to preview or build the app, a free account is needed to use some of the features of the monaca-cli tools, and to publish the app to their cloud hosting.
This project bootstraps from [Monaca](https://monaca.io/)'s PWA template. While a Monaca account isn't needed to preview or build the app, a free account is needed to use some of the features of the monaca-cli tools, and to publish the app to their cloud hosting.
<sup>_the developer isn't affiliated or paid to endorse Monaca; "I just think that their tools are cool!"_</sup>

The app is designed to use the [News API](https://newsapi.org/) to pull top news stories from the Google news feed agregator.
Expand Down Expand Up @@ -54,4 +54,4 @@ Look to the console to see:
_Access the Browswersync UI @ `http://localhost:8081`_

Open the `External` URL on your mobile devices browser to see the App. Interactions between the development browser and the mobile device will be sync'd via the awesome magic of the [Browsersync](https://www.browsersync.io/) integration.
Use the 'Add to Home Screen' or similar feature of the mobile device browser to psudo-"_Install_" the PWA app to the device. A new icon will be added to the device home screen. Clicking the newly added icon will open the app in true PWA application mode. Notice the lack of a browser address bar, etc.
Use the 'Add to Home Screen' or similar feature of the mobile device browser to psudo-"_Install_" the PWA app to the device. A new icon will be added to the device home screen. Clicking the newly added icon will open the app in true PWA application mode. Notice the lack of a browser address bar, etc.
2 changes: 1 addition & 1 deletion www/script/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const API_KEY = process.env.API_KEY
const API_KEY = (your API key will go here, without parenthesis!)
const source = 'google-news'
const url = 'https://newsapi.org/v2/top-headlines?sources=' + source + '&apiKey=' + API_KEY

Expand Down

0 comments on commit 3e37b6f

Please sign in to comment.