VCF Web Interface
Web Interface to generate vCard file from CSV
Web interface for VCF Creator
Live Website: https://vcf.animeshchouhan.com
Github: https://github.com/animesh-chouhan/vcf-creator-web-interface
Setup
Cloning the repository
# Clone the repo
git clone https://github.com/animesh-chouhan/vcf-creator-web-interface.git
cd vcf-creator-web-interface
Installing dependencies
Using pip and requirements.txt:
pip install -r requirements.txt
Using Pipenv:
pipenv shell
pipenv install
Running the script
# Make view.sh executable
chmod a+x view.sh
./view.sh
Docker
docker run --rm -it -p 8080:8080/tcp animeshchouhan/vcf-creator-web-interface
Built With
- vcf-creator - Command-line program to generate vCard file from CSV
Contributing
- Fork the repo (https://github.com/animesh-chouhan/vcf-creator-web-interface/)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
License
MIT License copyright (c) 2021 Animesh Singh Chouhan. Please have a look at the license for more details.