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

https://github.com/blockbusterdev/rediso

Create social share component in Jinja2 template
https://github.com/blockbusterdev/rediso

flask jinja2 python

Last synced: 4 months ago
JSON representation

Create social share component in Jinja2 template

Awesome Lists containing this project

README

          

# REDISO

Create social share component in Jinja2 template.

## Author

Jiners Enoheart (Nickname)

## USage

Follow the steps described below:

### Installation

$ pip install REDISO

### Initialize

from flask_share import Share


...


share = Share(app)

### Development

python setup.py test

## Screenshot

![REDISO demo](images/demo.png)

## License

This project is licensed under the MIT License (see the
`LICENSE` file for details).