{"id":20533526,"url":"https://github.com/ctrachte/simplifly","last_synced_at":"2025-06-15T22:04:33.769Z","repository":{"id":55035801,"uuid":"322616009","full_name":"ctrachte/SimpliFly","owner":"ctrachte","description":"A single-page progressive web app to show flights for a certain origin, destination, and their prices","archived":false,"fork":false,"pushed_at":"2021-01-14T18:07:05.000Z","size":2260,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-06T03:14:12.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctrachte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-18T14:21:36.000Z","updated_at":"2021-01-14T18:07:07.000Z","dependencies_parsed_at":"2022-08-14T09:41:01.507Z","dependency_job_id":null,"html_url":"https://github.com/ctrachte/SimpliFly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ctrachte/SimpliFly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrachte%2FSimpliFly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrachte%2FSimpliFly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrachte%2FSimpliFly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrachte%2FSimpliFly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctrachte","download_url":"https://codeload.github.com/ctrachte/SimpliFly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctrachte%2FSimpliFly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260058565,"owners_count":22952985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T00:22:01.338Z","updated_at":"2025-06-15T22:04:33.723Z","avatar_url":"https://github.com/ctrachte.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpliFly\nA progressive web app to show all flights on a certain date, origin and destination.\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n* [About the Project](#about-the-project)\n  * [Dependencies](#Dependencies)\n* [Getting Started](#getting-started)\n* [Usage](#usage)\n* [Contributing](#contributing)\n* [License](#license)\n* [Contact](#contact)\n\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About The Project\n\nSimpliFly as envisioned will get flights between two destinations on a particular day and give a brief preview of the current weather in those two locations.  It exists as a project for teaching async that could become more.\n\n![Original XD mockup of interface](https://github.com/ctrachte/SimpliFly/blob/README/assets/images/interface.png?raw=true)\n\nSimpliFly is powered by [Skyscanner](https://rapidapi.com/skyscanner/api/skyscanner-flight-search) and [National Weather Service](https://www.weather.gov/)\n\n### Dependencies\n\nWe have a few dependencies currently:\n* [Boot Strap 4](https://getbootstrap.com/)\n* [Jquery](https://jquery.com/)\n* [Popper](https://popper.js.org/)\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting Started\n**If you do not plan to contribute your changes and just want to play around or view this project:**\n1. Clone the repo\n```sh\ngit clone https://github.com/ctrachte/SimpliFly\n```\n2. open `index.html` in your browser of choice\n\n\u003c!-- USAGE EXAMPLES --\u003e\n## Usage\n\nThis is a full web application, so in general: open `index.html`,  and follow the contextual cues.\n\nFull reactive bootstrap is implemented, but not yet optimized for smaller screens.  Best experience is at full width.\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are **greatly appreciated**!\n\n[Please visit this contribution guide for GitHub open source if you are unsure about any of these steps:](https://gist.github.com/Chaser324/ce0505fbed06b947d962)\n\n1. Fork the Project (top right there should be a button)\n2. Look through the [issues](https://github.com/ctrachte/SimpliFly/issues), and choose one that is not in progress on the [project board](https://github.com/ctrachte/SimpliFly/projects/1)\n3. Comment on the issue and I will assign it to you. *Async issues such as the API calls must be completed within our team as this is a learning project to develop skill in such things.*\n4. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n5. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n6. Push to the Branch (`git push origin feature/AmazingFeature`)\n7. Please track your progress on the [project board](https://github.com/ctrachte/SimpliFly/projects/1)\n8. Open a Pull Request \n\n*Code will be reviewed before being merged. If your code does not quite work or needs revision it may not be merged to main.*\n\n\n\u003c!-- LICENSE --\u003e\n## License\nCopyright [2020] [ctrachte]\n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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.\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nCaleb Trachte - *contact info will not be posted here, if you know me, message me*\n\nProject Link: [https://github.com/ctrachte/SimpliFly/projects/1](https://github.com/ctrachte/SimpliFly/projects/1)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctrachte%2Fsimplifly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctrachte%2Fsimplifly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctrachte%2Fsimplifly/lists"}