An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Map my Google Photos 🌏

[![Netlify Status](https://api.netlify.com/api/v1/badges/3fa068bf-c8d4-45a0-8f8e-1e81285bc898/deploy-status)](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).