gdg-x/firefly

Name: firefly

Owner: GDG[x]

Description: [DEPRECATED] Global GDG Event Directory

Created: 2014-09-18 10:53:44.0

Updated: 2017-10-02 19:05:23.0

Pushed: 2017-10-02 19:07:27.0

Homepage: https://gdg.events

Size: 252

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Firefly

Build Status

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.

Contribute

Get involved: Join the chat at https://gitter.im/gdg-x/firefly

Discuss issues and pull requests.

Local Development

  1. Clone the git repository.
  2. Create and customize local.env.js based on local.env.sample.js.
  3. Define the GOOGLE_API_KEY: The API key for your project, available from the Cloud Console
  4. Create a new project then go to APIs & Auth->APIs, activate Google+ and Google Maps JavaScript v3 APIs.
  5. Go to APIs & Auth->Credentials. Add Credentials->API key->Browser key->Create (keep Any referrer allowed set).
  6. cd firefly
  7. npm install
  8. npm start

Prod Deployment

  1. cd firefly
  2. npm install -g firebase-tools
  3. firebase login
  4. grunt
  5. firebase deploy
  6. Check the server at https://gdg.events
Contributors

See list of contributors

Maintainer: None.

GDG Apps, GDG[x] is not endorsed and/or supported by Google, the corporation.
License
© 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.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.