Giter VIP home page Giter VIP logo

gc-siphon's Introduction

Geocache Siphon

Build Status Greenkeeper badge Codacy Badge Codacy Badge

A pipeline to discover, download and parse geocaches.

Steps involved:

  1. Find GC numbers based on an area
  2. Download geocache information via Groundspeak API
  3. Download log information via Groundspeak API
  4. Parse/normalize data

No API is exposed, you'll need direct database access.

This script is meant to be run via cron once a day or so and will look for stale/outdated information to update. The geocache download count is limited per 24hrs.

To access Groundspeak API information, you need to have your login credentials in GC_USERNAME, GC_PASSWORD, and GC_CONSUMER_KEY.

Local Developing

  1. Install nodejs
  2. Install mongodb
  3. Install dependencies: npm install
  4. Set credentials in console:
export GC_USERNAME=
export GC_PASSWORD=
export GC_CONSUMER_KEY=
  1. Run: npm start
  2. (optional) Enable debuging: export DEBUG=gc:\*

gc-siphon's People

Contributors

foobert avatar greenkeeper[bot] avatar

Watchers

James Cloos avatar Chris Schmidt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.