Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdbose/url-previwer

URL Previewer using Python( Flask ).
https://github.com/bdbose/url-previwer

flask hacktoberfest html javascript python

Last synced: about 6 hours ago
JSON representation

URL Previewer using Python( Flask ).

Awesome Lists containing this project

README

        

# Url Previwer using python

## Libs used :

- Flask
- Requests
- bs4
- Flask Cors

## Description:

This helps to preview urls. Takes Url as input and returns thumbnail, title, and description of the url.
Backend is made with Flask returns api [GET] `/api/?url=https://bosecode.netlify.app/` .
Frontend is simple javascript ,html and css.

# To setup and run

```
pip install -r requirements.txt
set FLASK_APP=app.py
flask run

```

## Preview