项目作者: gdg-x

项目描述 :
[DEPRECATED] Global GDG Event Directory
高级语言: JavaScript
项目地址: git://github.com/gdg-x/firefly.git
创建时间: 2014-09-18T10:53:44Z
项目社区:https://github.com/gdg-x/firefly

开源协议:Apache License 2.0

下载


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
    1. Create a new project then go to APIs & Auth->APIs, activate Google+ and Google Maps JavaScript v3 APIs.
    2. Go to APIs & Auth->Credentials. Add Credentials->API key->Browser key->Create (keep Any referrer allowed set).
  4. cd firefly
  5. npm install
  6. 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

  1. © 2013-2017 GDG[x]
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.