Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
amreshh committed May 5, 2022
1 parent fc2fa8e commit e703993
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# weather app
Weather app which calls the openweathermap.org api to retreive the current weather based on the provided location.

![](images/weather_app.png)

## Build Container
Container can be built with:
```
Expand All @@ -8,4 +12,7 @@ podman build -t ghcr.io/amreshh/weather:0.0.1 .
Run the container (exposing port 3000)
```
podman run -p 3000:3000 ghcr.io/amreshh/weather:0.0.1
```
```

# References
- https://openweathermap.org/api
Binary file added images/weather_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Weather_Nodejs",
"name": "WeatherApp",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit e703993

Please sign in to comment.