ISStracker is a dynamic, responsive codebase created to actively track the location of the International Space Station at all times. This codebase primarily consists of JavaScript and jQuery framework used to extract the OpenWeather, Open Notify, Leaflet Map and Wikipedia web APIs via AJAX. When the user searches by their zip code, the system will display the next five times the ISS will pass by their location, as well as the local forecasts for those passby times.
--
- Bootstrap CSS Framework
- jQuery
- AJAX
- Open Notify API ** Current ISS Location ** ISS Pass Times ** People in Space
- Leaflet Map
- MapQuest Open Geocoding API
- OpenWeather 5 Day/3 Hour Forecast API
- Wikipedia API
--
To view the live site click here.
To access a copy of the repository for local use:
- Download a copy of the repository by performing a git pull onto your local machine.
- Open the html file in your browser to view the page.
- Otherwise, open the repository using your preferred IDE.
--
--
Copyright (c) 2020 Georgia Tech Bootcamp Project Group 22
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.