This project is to help organizers to better promote their events.
It relies on the data stored in the GDG[x] Hub.
List of events Organizers can use URLs like gdg.events/devfest/events to promote DevFest events.
There is no need for organizers to clone this repo or host this project on their servers.
Discuss issues and pull requests.
- Clone the git repository.
- Create and customize
local.env.js
based onlocal.env.sample.js
. - Define the GOOGLE_API_KEY: The API key for your project, available from the Cloud Console
- Create a new project then go to APIs & Auth->APIs, activate Google+ and Google Maps JavaScript v3 APIs.
- Go to APIs & Auth->Credentials. Add Credentials->API key->Browser key->Create (keep
Any referrer allowed
set). cd firefly
npm install
npm start
cd firefly
npm install -g firebase-tools
firebase login
grunt
firebase deploy
- Check the server at https://gdg.events
Maintainer: None.
© 2013-2017 GDG[x]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.