https://github.com/vinayakkulkarni/map-my-google-photos
Nuxt app using Firebase + Google Photos APIs rendering the photos on a Mapbox based map interface
https://github.com/vinayakkulkarni/map-my-google-photos
google-photos-api mapbox nuxt
Last synced: 3 months ago
JSON representation
Nuxt app using Firebase + Google Photos APIs rendering the photos on a Mapbox based map interface
- Host: GitHub
- URL: https://github.com/vinayakkulkarni/map-my-google-photos
- Owner: vinayakkulkarni
- Created: 2020-11-08T15:16:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T05:52:57.000Z (over 1 year ago)
- Last Synced: 2025-01-31T23:29:32.155Z (5 months ago)
- Topics: google-photos-api, mapbox, nuxt
- Language: Vue
- Homepage: https://map-my-google-photos.netlify.app/
- Size: 10.3 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Map my Google Photos 🌏
[](https://app.netlify.com/sites/map-my-google-photos/deploys)
## Stack
- Nuxt.js (base framework 💚)
- PWA module
- Axios module
- Auth module
- TailwindCSS (for the stylez ☠️)
- Google APIs (for fetching photos 🌁)
- Mapbox (for rendering the photos on a rad map 🌍)## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).