Skip to content

Weatherbard app #3021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Weatherbard app #3021

wants to merge 3 commits into from

Conversation

mgtkach
Copy link

@mgtkach mgtkach commented Apr 23, 2025

This app takes the weather condition from openweatherapp and returns one or poetic lines that describe that condition. It will randomly choose from many.

@tidbyt
Copy link

tidbyt bot commented Apr 23, 2025

⚠️ The automated review process is experimental and likely has bugs. Please bear with us as we iron out the kinks and enable you to ship changes at high velocity 🚀

Next Steps

Hello! Thank you so much for your change 🤜 🤛 . There are a few things you need to do:

  • Sign the CLA if you haven't already
  • Ensure your build is green! Any problem will display a proposed solution to try out
  • Get a review, either by Tidbyt Bot or by a Tidbyt engineer

Manual Review Required

Hang tight! A Tidbyt engineer will be by shortly to review your change. Here is what they will be looking for:

Test Details
App Dir All files are in a single app directory
🟡 Modules Usage of http.star requires review
Original Author The original author matches the PR author

@tidbyt-bot
Copy link

tidbyt-bot commented Apr 23, 2025

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


1 out of 3 committers have signed the CLA.
@mgtkach
@marc Tkach
@marc Topaz
Marc Tkach, Marc Topaz seem not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request

@mgtkach
Copy link
Author

mgtkach commented Apr 23, 2025

I have read the CLA Document and I hereby sign the CLA

@danielsitnik
Copy link
Collaborator

@mgtkach this app has an OpenWeatherMap API key stored in plain text inside the file. You should be using Pixlet's Secret Module for this.

Also, I noticed that the http call to OpenWeatherMap is not using the Cache Module. If the app is installed by many users this has the potential to hit the API rate limits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants