Skip to content

hashtaggigs/hashtaggigs-google-map-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashtaggigs-google-map-api

Meteor app using Google Map from NPM.

Before running the app, you'll need to install npm dependencies with the following command:

meteor npm install

Next you'll need to create a settings-dev.json file with the following content:

{
    "public": {
        "google": {
            "map": {
                "key": "enter your google map api key here"
            }
        }
    }
}

Then run it using the following command:

meteor npm run dev

About

Meteor app using Google Map from NPM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published