A greeting cards generator on FLO Blockchain. Send your loved ones Birthday or festival card along wiith FLOs and a greeting card with TX hash in it.
Go to file
Abhishek Sinha e3edbf7680
Merge pull request #1 from avishkarabhishek786/master
Updating to latest commit release
2018-08-04 15:07:58 +05:30
public Delete bundle.js 2018-08-04 00:02:59 +05:30
views send flo functionality added 2018-08-03 22:56:57 +05:30
.gitignore Initial setup done 2018-07-30 23:16:09 +05:30
index.js Initial setup done 2018-07-30 23:16:09 +05:30
package-lock.json Image downloading option added 2018-08-02 19:23:08 +05:30
package.json Update package.json 2018-08-04 13:41:29 +05:30
Readme.md Update Readme.md 2018-08-04 14:53:27 +05:30
routes.js send flo functionality added 2018-08-03 22:56:57 +05:30
server.example.js Initial setup done 2018-07-30 23:16:09 +05:30

FLO Greeting Cards

Flo greetings app is a greetings card (PDF or PNG) file generator. If you want to send or gift someone FLO on any special occasion like birthdays, new year or any festival Flo greetings app is the best way to gift someone FLOs in a uninue fashion.

Prerequisites

FLO Wallet

You must have FLO wallet or FLOD daemon running. Flocore wallet exe can be downloaded from the following link: https://www.flo.cash//

NODE JS and NPM

You also need to have Node JS v8+ installed. Likewise NPM v6+ is also required.

Installation

Now that you have FLO wallet, Node JS and NPM installed let's start the process:
  • Step 1: Open your terminal or command line window
  • Step 2: Clone flo-greeting-cards repository (git clone https://github.com/avishkarabhishek786/flo-greeting-cards.git)
  • Step 3: Move into the flo-greetings-card folder (cd flo-greetings-card/)
  • Step 4: Install the dependancies (npm install)
  • Step 5: Configure server.example.js file. Rename it to server.js (sudo mv server.example.js server.js). Then configure username, password, network, port etc as per your FLO wallet settings.
  • Step 6: Run FLO wallet (/path/to/wallet ./flo-qt) or FLOD daemon (/path/to/wallet ./flod)
  • Step 7: Build the application (sudo npm start)
  • Step 8: Start the browser and visit localhost://3001

How to use the website?

  • Click on any menu icon (Birthday cards, New Year cards) on the top header section.
  • Click on any card image below.
  • Fill the form. (Leave Recipient Address and amount empty if you don't want to send FLO.)
  • Press submit. PDF and/or Image file will be generated respectively.

Upcoming Feature

    Facillity to
  • Change Font Style
  • Upload user's selected image
  • Select background image
  • Ability to beutify the card appearance more

Author's Remarks:

Thank you so much for using the application. Please help improving the application. Pull requests or notify for any bugs to abhishek@ranchimall.net