Skip to content

Commit

Permalink
Removed unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika-Dangar committed Nov 27, 2024
1 parent a23e581 commit d571679
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ To use the application, you need an API key from OpenWeather.
1. In a `config.js` file in the root directory add your API Key:
```javascript
export const API_KEY = "your_openweather_api_key";
export const API = "https://api.openweathermap.org/data/2.5";
export const GEO_API = "https://api.openweathermap.org/geo/1.0";
export const ICON_URL = "https://openweathermap.org/img/wn/";
```

## Usage 🛠️
Expand Down

0 comments on commit d571679

Please sign in to comment.