yudapc / moka-hello

Hello World!

Home Page:https://www.mokapos.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOKA API Client

###Requirements ###

  • Ruby Version 2.2.4
  • Rails 4.2.5.1

###1. Create new apps on moka API provider ###

  • Go to https://apps.mokapos.com
  • Add Apps
  • Add 'Name'
  • Add Redirect URI: https://localhost:3002/auth/moka/callback

###2. Create file .env: ###

MOKA_URL=https://www.mokapos.com
MOKA_HOST_PROVIDER=https://api.mokapos.com
MOKA_APP_ID=your app_id
MOKA_SECRET_KEY=your secret key

###3. Running moka-hello ###

  • thin start --ssl -p 3002
  • Open your browser and go to https://localhost:3002

About

Hello World!

https://www.mokapos.com


Languages

Language:Ruby 65.6%Language:HTML 29.5%Language:CSS 2.9%Language:JavaScript 2.0%