Skip to content

e5pe/tell_me_the_weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Tell me the weather

This is an app created in Django that calls the API Open Weather Map.

It allows you to know the current weather of an specific location.

Tecnologies

The tecnologies used in this project are these:

Instalation and launch

Because it uses pipenv for managing the environment, I included a scripts section for make the process easier.

For example during the development process I used this:

pipenv run dev

It is inside the Pipfile file:

[scripts]
dev = "python manage.py runserver"

Then, in a dev environment, you can access http://localhost:8000 to see the application running.

Demo

Go back to the top

About

Django web for checking the current weather

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published