This capsule allows users to search for earthquakes that occurred globally based on date-time, location, and minimum, maximum or approximate magnitude. This capsule demonstrates a sample implementation of Bixby’s DateTime and Geo libraries and is the companion to the Mastering DateTime and Geo Libraries article.
- Download and install the Bixby Studio IDE from the Bixby Developer Center.
- Download this capsule (zip is the easiest way) from GitHub. Unzip in your directory of choice.
- Open the Capsule in Bixby Developer Studio.
- Open the simulator and give it a try!
Find earthquakes near me
What earthquakes happened in Oakland in the last 3 months
Show earthquakes in San Jose in 2017 with magnitude between 2.5 and 7.0
- This capsule shows an example implementation of the DateTime and Geo libraries, including best practices for modeling, Javascript implementation, and training. It can be used as a reference for capsules which utilize either of these libraries.
- Change the capsule id to reflect your organization and your content. The capsule id is defined in the
capsule.bxb
file
---
- Bixby Developer Center - Everything you need to get started with Bixby Development!
- Quick Start Guide - Build your first capsule
- Design Guides - Best practices for designing your capsules
- Developer Guides - Guides that take you from design and modeling all the way through deployment of your capsules
- Bixby Developers YouTube Channel - Tutorial videos, Presentations, Capsule Demos and more
- Bixby Developers Chat - Voice, Conversational AI and Bixby discussions
- @BixbyDevelopers - Twitter
- Have a feature request? Please suggest it in our Support Community to help us prioritize.
- Have a technical question? Ask on Stack Overflow with tag “bixby”