Skip to content
/ TILT Public

Gruppe 8 - IS-308 Interenetteknologier. COVID-19 project using Web Scraping and REST API .

License

Notifications You must be signed in to change notification settings

KhaiHJN/TILT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Travel Informer, Little Traveler (TILT)

COVID-19 project using Web Scraping and REST API to get current informasjon (in norwegian, from regjeringen.no) abour rules for entry at the destination and the covid situation.

Content

  1. Technologies
  2. Intention
  3. License
  4. Installing and running
  5. Developers

Technologies

Intention

The purpose of this project is to provide a solution for monitoring the status of a destination COVID-19 restrictions and situation, or whatever the user want to monitor the current situation. Travel Informer, Little Traveler (TILT) is a website that uses Flask to run with Docker for hosting. We are using it to deliver data such as:

This is to help the traveler determine what the situation is like at a destination before traveling.

License

Installing and running

This webpage is meant to be run on docker.

Step-by step:

  1. git clone https://github.com/KhaiHJN/TILT

  2. cd TILT and run docker build -t tilt:latest . This will install Flask, Request and package the python files, making imports more trivial.

  3. Then run docker run -d -p 5000:5000 tilt This starts the docker server.

  4. Go to 0.0.0.0:5000 on your browser to see the the webpage.

These steps will create a Flask webserver and run it on docker, but will only make it accessible from within the local network. Opening Port Forwarding at port :5000 means it can be accessed from outside network. Check with your internet provider how to do this.

DISCLAIMER: Port forwarding is done at your own risk. We take no responsibility.

Developers

About

Gruppe 8 - IS-308 Interenetteknologier. COVID-19 project using Web Scraping and REST API .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published