Skip to content

ryand56/weatherscan-rewritten

Repository files navigation

weatherscan-rewritten

Rewritten version of the original Weatherscan Emulator in NextJs. (Basically an organized, readable version) Original credits go to buffbears.

Why?

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.

Installation

Make a new directory, download the .env.sample file to your directory, rename it to .env.local, and fill in your keys.

Docker

Download the latest Docker Compose configuration file. Modify it if needed.

The image can then be deployed by running:

docker-compose up -d

Roadmap

  • Support for celsius units (Implemented in sidebar)
  • Music player controls? (Sort of)
  • Fully working and operational

Latest Preview

Preview

Contributing

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!

  1. Fork the project
  2. Create your feature branch (git checkout -b patch-1)
  3. Commit your changes to the feature branch (git commit -m 'Add some code')
  4. Push to the feature branch (git push origin patch-1)
  5. Open a PR

License

Copyright (C) 2022 - 2023 Ryan O. - ryand@emeraldsys.xyz All rights reserved. Distributed under the MIT License. See LICENSE or https://license.ryand.ca for more information.