{"id":16646411,"url":"https://github.com/faheel/isro-web-player","last_synced_at":"2025-10-03T21:22:34.533Z","repository":{"id":43252351,"uuid":"124501055","full_name":"faheel/isro-web-player","owner":"faheel","description":"A web player for customized animation of satellite images, developed for ISRO as part of Smart India Hackathon 2018","archived":false,"fork":false,"pushed_at":"2022-11-22T02:16:16.000Z","size":1844,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-07T22:59:46.477Z","etag":null,"topics":["cloud-cover","django","image-sequence-player","isro","material-components-web","material-design","sih","sih2018","web-player"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faheel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-09T06:58:23.000Z","updated_at":"2024-04-16T09:29:01.000Z","dependencies_parsed_at":"2023-01-23T00:30:22.705Z","dependency_job_id":null,"html_url":"https://github.com/faheel/isro-web-player","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faheel/isro-web-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Fisro-web-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Fisro-web-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Fisro-web-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Fisro-web-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faheel","download_url":"https://codeload.github.com/faheel/isro-web-player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faheel%2Fisro-web-player/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262198513,"owners_count":23273862,"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":["cloud-cover","django","image-sequence-player","isro","material-components-web","material-design","sih","sih2018","web-player"],"created_at":"2024-10-12T08:27:30.895Z","updated_at":"2025-10-03T21:22:34.470Z","avatar_url":"https://github.com/faheel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ISRO web player\n\nA web player for customized animation of satellite images, developed for ISRO as part of Smart India Hackathon 2018.\n\n## Screenshots\n\nLogin | Upload | Config | Player\n------|--------|--------|-------\n![Login][screen-login] | ![Upload][screen-upload] | ![Config][screen-config] | ![Player][screen-player]\n\n## Setup\n\n1. Clone the repo and **`cd`** into it:\n   ```bash\n   git clone https://github.com/faheel/isro-web-player.git\n   cd isro-web-player\n   ```\n\n2. Create a Python 3 virtual environment (named `venv`):\n   ```bash\n   virtualenv -p /usr/bin/python3 venv\n   ```\n\n3. Add Django's secret key as an environment variable. For ease, add it to your virtual environment's activate script:\n   ```bash\n   printf \"\\nexport SECRET_KEY='enter secret key here'\\n\" \u003e\u003e venv/bin/activate\n   ```\n\n4. Activate your virtual environment:\n   ```bash\n   . venv/bin/activate\n   ```\n\n5. Install the requirements:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n6. Create Django super-user:\n   ```bash\n   python manage.py createsuperuser\n   ```\n\n7. Migrate the database schema:\n   ```bash\n   python manage.py makemigrations\n   python manage.py migrate --run-syncdb\n   ```\n\n## Run\n\n```bash\npython manage.py runserver\n```\n\n## Team\n\n### Startroopers\n\n* [Abdul Mohsin Siddiqi](https://github.com/mohsincl)\n* [Gaurav Arora](https://github.com/gaurav61)\n* [Kashan Uddin Zaigham Khan](https://github.com/kz-khan)\n* [Mohd Huzaifa Faruqi](https://github.com/huzaifafaruqui)\n* [Sahiba Khan](https://github.com/sahibakhan1006)\n* [Syed Faheel Ahmad](https://github.com/faheel)\n\n[screen-login]: screenshots/login.png\n[screen-upload]: screenshots/upload.png\n[screen-config]: screenshots/config.png\n[screen-player]: screenshots/player.png\n\n## License\n\nThis project is licensed under the terms of the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaheel%2Fisro-web-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaheel%2Fisro-web-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaheel%2Fisro-web-player/lists"}