quakefyi
Ruby client for the QuakeFYI REST API. Earthquakes. Zero external dependencies.
Explore at quakefyi.com — interactive tools and comprehensive reference.
Install
gem "quakefyi"Quick Start
require "quakefyi"
client = QuakeFYI::Client.new
result = client.search("query")
puts resultAlso Available
| Platform | Install | Link |
|---|---|---|
| Python | pip install quakefyi |
PyPI |
| npm | npm install quakefyi |
npm |
| Go | go get github.com/fyipedia/quakefyi-go |
pkg.go.dev |
| Rust | cargo add quakefyi |
crates.io |
| Ruby | gem install quakefyi |
rubygems |
Links
- Site: quakefyi.com
- API: quakefyi.com/api/v1/
- OpenAPI: quakefyi.com/api/v1/schema/
- Glossary: quakefyi.com/glossary/
- Guides: quakefyi.com/guide/
- Tools: quakefyi.com/tools/
- Developers: quakefyi.com/developers/ Part of the FYIPedia open-source developer tools ecosystem.
Geo FYI Family
Part of the FYIPedia open-source developer tools ecosystem.
| Site | Domain | Focus |
|---|---|---|
| MountainFYI | mountainfyi.com | Mountains, peaks, elevation, climbing routes |
| QuakeFYI | quakefyi.com | Earthquakes, seismic data, tectonic plates |
| ZipFYI | zipfyi.com | ZIP/postal codes, geocoding, area lookup |
License
MIT