Rewritten version of the original Weatherscan Emulator in NextJs. (Basically an organized, readable version) Original credits go to buffbears.
I made this out of curiousity and it was very interesting to me. (Plus that music as well) I managed to find source code but I could barely read it. I ended up making this project in a more modern sense and deployed it as such.
Make a new directory, download the .env.sample
file to your directory, rename it to .env.local
, and fill in your keys.
Download the latest Docker Compose configuration file. Modify it if needed.
The image can then be deployed by running:
docker-compose up -d
- Support for celsius units (Implemented in sidebar)
- Music player controls? (Sort of)
- Fully working and operational
Any contributions you make are greatly appreciated.
If you have an enhancement to add and/or bugfixes to patch, please fork the repository and create a pull request. You can also simply open an issue with the tag "enhancement". If you have found a bug, you can simply open an issue with the tag "bug". Don't forget to give this project a star. Thanks!
- Fork the project
- Create your feature branch (
git checkout -b patch-1
) - Commit your changes to the feature branch (
git commit -m 'Add some code'
) - Push to the feature branch (
git push origin patch-1
) - Open a PR
Copyright (C) 2022 - 2023 Ryan O. - [email protected]
All rights reserved.
Distributed under the MIT License. See LICENSE
or https://license.ryand.ca for more information.