This is a basic Polymer App for Checking Forex Conversions using fixer.io API
Fork the repository & clone it to your local server Fork the node-forex repository from my account and clone it. Run Polymer Serve --open on your Polymer App folder Run Node App.js on your node-forex folder Make sure MongoDb is running
First, install Polymer CLI using npm (we assume you have pre-installed node.js).
npm install -g polymer-cli
Second, install Bower using npm
npm install -g bower
mkdir polymer-forex
cd polymer-forex
git clone https://github.com/thecheeknee/polymer-forex.git .
cd ..
mkdir node-forex
git clone https://github.com/thecheeknee/node-forex.git .
This command serves the app at http://127.0.0.1:8081
and provides basic URL
routing for the app:
cd polymer-forex
polymer serve --open
Make sure MongoDb is running.
This command serves the app at http://127.0.0.1:8080
and provides basic URL
routing for the app:
cd node-forex
node app.js