https://github.com/technicalparadox/solar-time-tracker
A simple website to search for solar times.
https://github.com/technicalparadox/solar-time-tracker
opencage-api solar-times sunrise-sunset-api
Last synced: about 2 months ago
JSON representation
A simple website to search for solar times.
- Host: GitHub
- URL: https://github.com/technicalparadox/solar-time-tracker
- Owner: TechnicalParadox
- License: mit
- Created: 2020-11-20T06:11:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T18:48:09.000Z (about 5 years ago)
- Last Synced: 2025-03-06T18:48:47.565Z (over 1 year ago)
- Topics: opencage-api, solar-times, sunrise-sunset-api
- Language: JavaScript
- Homepage: https://technicalparadox.github.io/solar-time-tracker/
- Size: 286 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Solar-Time-Tracker
This is the first completed collaborative poject for group #2 in UPenn LPS Coding bootcamp.
Class Code: UPENN-VIRT-BO-FSF-PT-10-2020-U-B-TTH.
This app allows the user to find sunrise and sunset times
## Contributors
-  **Giamo Lao**
-  **Gintautas Stirbys**
## Project Requirements
- [x] Use a CSS framework other than Bootstrap.
- [x] Be deployed to GitHub Pages.
- [x] Be interactive (i.e., accept and respond to user input).
- [x] Use at least two server-side APIs.
- [x] Does not use alerts, confirms, or prompts (use modals).
- [x] Use client-side storage to store persistent data.
- [x] Be responsive.
- [x] Have a polished UI.
- [x] Have a clean repository that meets quality coding standards (file structure, naming conventions, follows best practices for class/id naming conventions, indentation, quality comments, etc.).
- [x] Have a quality README.
- [x] Finally, you must add your project to the portfolio that you created in Module 2.
## Links
Link to the [Github Repository](https://technicalparadox.github.io/)
Link to the [Deployed Webiste](https://technicalparadox.github.io/solar-time-tracker/)
Link to [Giamo's Portfolio](https://technicalparadox.github.io/)
Link to [Gint's Portfolio](https://gintstir.github.io/Portfolio/)
## Screenshots
Screenshot of website:
> 
## **Motivation**
This group project allowed us to practice a wide range of new skills including but not limited to:
- Becoming more adept at managing Github worklflow.
- Learning and implementing a new CSS framework.
- Navigating and problem solving merge conflicts using Git and Github.
## Tech/Framework Used
This project was built from the ground up using:
- CSS
- HTML
- JavaScript
- jQuery
- Bulma
- FontAwesome
## API Reference
This project uses calls to the following APIs:
- Sunrise-Sunset API
- OpenCage API
- Luxon
## License
**MIT License**
Copyright © 2020 Giamo Lao & Gintautas Stirbys
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.
## **Credits**
Thank you to @Iconixar from flaticon.
Thank you to Open Source Initiative for the license found above.
Thanks to UPennLPS Coding Bootcamp. Thank you to the bootcamp instructors and TA's for all their help along the way ❤.