Skip to content

An app that displays crime statistics in Oregon using a call to the FBI Crime Data API (Epicodus JavaScript Week 2 Wednesday)

Notifications You must be signed in to change notification settings

codemargaret/fbi-data

Repository files navigation

FBI Crime Data Tracker

This application displays data from the FBI Crime Data API, 10.19.2017

By Margaret Berry and Nate McGregor

Description

This application allows users to view data from the FBI Crime Database about crime in Oregon and filter by year and type of crime.

Project Goals

  • Make a successful API call.
  • Parse a JSON response.
  • Display data using Google charts.

Setup/Installation Requirements

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd fbi-data
  3. Go to the FBI Crime Data API to create your own API key.
  4. $ touch .env
  5. In the .env file, add the following code:
  • exports.apiKey = "your_api_key";
  1. $ npm install
  2. $ bower install
  3. $ gulp build
  4. $ gulp serve

Known Bugs

There are no known bugs at this time.

Support and contact details

If you have issues, questions, ideas, or concerns, please contact Margaret. Feel free to make a contribution to the code.

Technologies Used

  • JavaScript
  • Node
  • Bower
  • Jasmine
  • Karma

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry and Nate McGregor

About

An app that displays crime statistics in Oregon using a call to the FBI Crime Data API (Epicodus JavaScript Week 2 Wednesday)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published