Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.57 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.57 KB

pybluedot

The Python team project for Commitmas 2016

Build Status

Introduction

In this year's Commitmas, the Python team will work on a project that makes use of NASA's APIs.

"pybluedot" is a Python library/command-line utility that allows for easy display of NASA data

Instructions

First, sign up for a NASA developer key (this will allow you to authenticate to any of NASA's APIs)

Note that NASA restricts the number of API requests you can make across all of their APIs to 1000 per hour. This should be more than enough for normal testing, but be aware of this in case you try to put an API call into a loop or something like that 😄

Design

There are several components that we'll need to create for this project. If you want to take on one of these components, please refer to the links below to navigate to the relevant Github Issue, and let us know there!

Useful References

  • nasa-api - A useful wrapper tool to interact with NASA Data APIs