Mohit5Upadhyay / WeatherApplication

27 stars 58 forks source link

Resource Leakage Bad Practices #39

Open AngadSudan opened 1 month ago

AngadSudan commented 1 month ago

The API keys and such information are never pushed on github to avoid Resource Leakages and is a bad practice to do so.

image

Fixes- Add a .env file and insert the Api key

AngadSudan commented 1 month ago

If you liked the proposal, I'd be happy to work on it.

Mohit5Upadhyay commented 1 month ago

Yes , @AngadSudan go ahead to implement and add .env file for all sensitive information