Due to Meetup.com no longer providing a suitable free API, and new versions of Angular and .NET Core, this project is deprecated
Get all the latest info of any place (Angular 4/.NET Core 2.1/webpack)
An SPA to show what's going on at any location you search for - including weather, things to do and latest photos taken in that area.
-
Add a secrets.json file in
%APPDATA%\Microsoft\UserSecrets\d2432216-127f-4952-914f-928a141b0852\secrets.json
-
Use the following format with your API keys from the above locations:
{
"Location": {
"ApiKey": "",
"Secret": ""
},
"Weather": {
"ApiKey": ""
},
"Image": {
"ApiKey": ""
},
"Twitter": {
"ApiKey": "",
"Secret": ""
},
"Meetup": {
"ApiKey": ""
}
}