Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonchurch/hi-mom
https://github.com/jonchurch/hi-mom
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonchurch/hi-mom
- Owner: jonchurch
- Created: 2018-02-21T11:07:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T22:48:54.000Z (about 6 years ago)
- Last Synced: 2024-10-06T14:41:20.493Z (3 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi, Mom!
This is a simple project I created to keep my family updated on my travels.
It uses Foursquare API to display my Swarm checkins, on a Leaflet map displaying Google Maps tiles.
It is built on Express and uses PUG templates to render the map and timeline
Clicking on a checkin will zoom you to the venue on the map
## Setup
You will need to create a [Developer Account]() with Foursquare, and copy your CLIENT_ID and CLIENT_SECRET into your .env file. You will also need to provide a REDIRECT_URL in the form of `http://YOUR_HOST.com/callback` to snag your ACCESS_TOKEN for Swarm. Right now you'll have to visit `http:/YOU_HOST.com/login` and copy paste the access token returned in your browser
Janky, but hey, your family just wants to know you're alive
You will need to [get a Google Maps API Token]() and paste it into the `layout.pug` file or else the map won't load for you!
That should be everything you need to do!