Install & Run | How To Use | Shout-Outs | License | Contribute | Connect
Thanks to the Mars Rover Photos API from NASA, ROVERCAM gives users the ability to explore the Red Plant through the eyes of the Mars Rovers: Curiosity, Opportunity, Perseverance, & Spirit.
ROVERCAM lets you:
- see the latest photos from each rover
- search photos by SOL (martian day)
- search photos by Earth Date
- filter photo results by rover camera (coming soon!)
‼️ Check outBUILD_NOTES.md
for project roadmap, resources, notes & more!‼️
Install & Run | How To Use | Shout-Outs | License | Contribute | Connect
clone project
git clone https://github.com/modevx/rovercam.git
install dependencies
npm i
OR
yarn
run it
npm start
OR
yarn start
Install & Run | How To Use | Shout-Outs | License | Contribute | Connect
https://mars-photos.herokuapp.com/api/v1
allows CORS & doesn't require a NASA API key
https://api.nasa.gov/mars-photos/
official NASA Mars Rover Photos API endpoint. I'll swap out the Heroku endpoint for this one when ROVERCAM goes live.
Install & Run | How To Use | Shout-Outs | License | Contribute | Connect
Maintains the Mars Rover Photo API
Platform with "tutorials for learning about Open Source design software, such as Inkscape and GIMP"
Install & Run | How To Use | Shout-Outs | License | Contribute | Connect
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Install & Run | How To Use | Shout-Outs | License | Contribute | Connect
Since ROVERCAM is more of an exercise in getting my feet wet with Expo/React Native, I'm not going for perfection.
That being said, I am always open to feedback, pointers, best practice approaches, criticism & the like.
Install & Run | How To Use | Shout-Outs | License | Contribute | Connect