https://github.com/halituzan/wanderlust-with-news
https://github.com/halituzan/wanderlust-with-news
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halituzan/wanderlust-with-news
- Owner: halituzan
- Created: 2022-01-29T10:24:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T10:44:55.000Z (over 3 years ago)
- Last Synced: 2025-01-21T05:42:42.109Z (4 months ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hi 👋, I'm Halit
A passionate frontend developer from Turkey
Connect with me:
Languages and Tools:
### Api Services
I used api service from 3 different sites in this project. You will need apikey and secret keys.
- Foursquare
- Weatherstack
- Newsapi### API usage
The sections where you need to add your API keys and secret ids are as follows.```
const clientId = 'FOURSQUARE_CLIENT_ID';
const clientSecret = 'FOURSQUARE_CLIENT_SECRET';const weatherApi = 'WEATHER_API'
const newsKey = "NEWS_KEY";
```