-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from geryonghost/geryonghost/migrate
Geryonghost/migrate
- Loading branch information
Showing
222 changed files
with
1,950 additions
and
3,271 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
.DS_STORE | ||
|
||
app/node_modules | ||
*.env | ||
*.notes | ||
docker-compose.yml | ||
forecast | ||
save | ||
nodemon.json | ||
*.old | ||
app/public/css | ||
**/node_modules | ||
**/nodemon.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,21 +2,7 @@ | |
I find the general usefulness of weather apps to be less than useful. Sometimes it is the ever changing forecast or simplicity like the Highs and Lows that don't occur at the typical time (Highs in the middle of the night and lows during the day). I have started this as a pet project to: | ||
|
||
1. Solve my pet peeves with other weather apps. I hope to allow crowd sourced requests. | ||
2. Learn Node.js and MongoDB (However, this might be going away). | ||
|
||
# NPM | ||
Here are the NPM stuffs in use | ||
|
||
1. npm init | ||
2. npm install -g [email protected] | ||
3. npm install express | ||
4. npm install axios | ||
<!-- 5. npm install dotenv --> | ||
6. npm install -g ejs-lint | ||
7. npm install swiper | ||
8. npm install -g nodemon | ||
|
||
I am not sure the best way to handle NPM packages, so this is also a learning experience. | ||
2. Learn Node.js, React, and MongoDB. | ||
|
||
# Current | ||
The current code will take input in the form of `60101`, `Chicago, IL`, or `233 S Wacker Dr Chicago IL` which can increase the accuracy. This input is then passed to an API (I will share this later) to get the Longitude and Latitude which is passed to the Weather.gov API to get Grid and then various weather forecasts/alerts. | ||
The current code will take input in the form of `60101`, `Chicago, IL`, or `233 S Wacker Dr Chicago IL` which can increase the accuracy. This input is then passed to an API to get the Longitude and Latitude which is passed to the Weather.gov API to get Grid and then various weather forecasts and alerts. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.