Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

redsismica

jonahoffline41MIT1.0.4

Scraper for Researching Seismic data from Puerto Rico Seismic Network (University of Puerto Rico)

redsismica, earthquakes, puerto rico, seismic, upr

readme

Node-RedSismica

Build Status Build Status Dependency Status NPM version

Gets last felt earthquakes in Puerto Rico.

NPM

Demo: RedSismica API Server (DigitalOcean VPS)

Installation

Run the following command to install.

$ npm install redsismica

Usage

To manually scrape all recent felt earthquakes:

RedSismica = require 'redsismica'

redSismica = new RedSismica
redSismica.fetchEvents (data) ->
  console.log data

To manually scrape all recent felts and bulletin data:

RedSismica = require 'redsismica'

redSismica = new RedSismica
redSismica.fetchEvents (data) ->
  console.log data
  r.fetchBulletins (bulletinData) ->
    console.log bulletinData

To run the simple API server (runs on port 4000):

coffee src/api_server.coffee

Author

Contributing

Is it worth it? let me fork it

I put my thing down, flip it and debug it

Ti gubed dna ti pilf nwod gniht ym tup I

Ti gubed dna ti pilf nwod gniht ym tup I

Bitdeli Badge

changelog

RedSismica Changelog

1.0.4

Released August 6, 2014 (1.0.4).

  • Update mocha options to prevent CI build from failing (coffee-script related)
  • Remove node versions 0.8 and 0.9 from travis-ci
  • Update node engine to >= v0.10.30

1.0.3

Released August 6, 2014 (1.0.3).

  • Update dependencies for cheerio, request and grunt-*

1.0.2

Released January 17, 2014 (1.0.2).

  • Update dependencies for cheerio and request
  • Fix typo in the api server example in README
  • Remove node versions 0.4 and 0.6 from .travis.yml

1.0.1

Released January 17, 2014 (1.0.1).

  • Update devDependencies for grunt-mocha-test and grunt-contrib-coffee
  • Update copyright info
  • Fix line-length on openFixture spec helper
  • Add badge fury to README
  • Add drone.io status badge to README
  • Add nodei.co badge for npmjs in README
  • Update README with api demo url
  • Add .jshintrc config file

1.0.0

Released August 24, 2013 (1.0.0).

  • Initial Release