Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (38 loc) · 1.29 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.29 KB

PlaceFeeds - NO LONGER MAINTAINED

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.

Example1 Example2

APIs used (free)

Setup

  • 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": ""
  }
}

Acknowledgments