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

Get all the latest info of any place (Angular/.NET)

Notifications You must be signed in to change notification settings

bjornsy/PlaceFeeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get all the latest info of any place (Angular/.NET)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published