Skip to content

Commit

Permalink
Merge pull request #49 from geryonghost/geryonghost/migrate
Browse files Browse the repository at this point in the history
Geryonghost/migrate
  • Loading branch information
geryonghost authored Sep 30, 2024
2 parents 6e949e5 + da34ba7 commit f82dc3d
Show file tree
Hide file tree
Showing 222 changed files with 1,950 additions and 3,271 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/docker-image.yml

This file was deleted.

12 changes: 2 additions & 10 deletions .gitignore
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
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 0 additions & 4 deletions app/.dockerignore

This file was deleted.

13 changes: 0 additions & 13 deletions app/Dockerfile

This file was deleted.

Loading

0 comments on commit f82dc3d

Please sign in to comment.