event-db-builder

Event DB Builder ================

Usage no npm install needed!

<script type="module">
  import eventDbBuilder from 'https://cdn.skypack.dev/event-db-builder';
</script>

README

Event DB Builder

Build a sqlite database of events matching given location params.

For developers

Pull requests are welcome.

For users

  1. Make an Eventbrite Application Key
  2. Make a Meetup.com key
  3. Create a config file (see config.json.example) to set up location, API keys and cache time
  4. Set up any overrides for the database. For examples, see the eventsbne.me-generated repo
  5. Run the application on the command line

Command line usage

  Usage: event-db-builder [options]


  Options:

    -V, --version           output the version number
    -c, --config [path]     path to config
    -o, --overrides [path]  path to overrides json
    -d, --db [path]         sqlite database
    -h, --help              output usage information