An open API service indexing awesome lists of open source software.

https://github.com/halituzan/wanderlust-with-news


https://github.com/halituzan/wanderlust-with-news

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Hi 👋, I'm Halit


A passionate frontend developer from Turkey

Connect with me:



halituzan
12782922
uzanhalit
halituzan

Languages and Tools:


bootstrap javascript

### 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";
```