Skip to content

prayagverma/developer-portal

 
 

Repository files navigation

About Dwolla

Dwolla is a software platform that makes it easy to move money between banks. When using Dwolla APIs your software platform can move money between any 2 bank accounts, or network members, with no transaction fees.

Our software platform is compatible with all banks in the United States. The developer documents are designed to support our development partners who are building on top of Dwolla's branded platform (v1) or our white labeled infrastructure (v2).

The Dwolla API developer portal lives here: https://developers.dwolla.com

Our v1 API documentation is available here: https://docs.dwolla.com/ Our v2 API documentation is available here: https://docsv2.dwolla.com/

About the Open Source Developer Portal

This developer portal was designed to provide a starting point for our developer community. Some of the useful feature of this developer portal are:

Beautiful (and intuitive) design

As seen here: https://developers.dwolla.com/

A simple directory for adding integration guides

As seen here: https://developers.dwolla.com/guides/

A resource portal

As seen here: https://developers.dwolla.com/resources/

A framework for showing samples in multiple languages

As seen here: https://docsv2.dwolla.com/

A SDK directory

As seen here: https://developers.dwolla.com/pages/sdks.html

The ability to use multiple API versions

As seen here: https://docsv2.dwolla.com/

dwolla-devportal

Dwolla's next-generation developer portal. This is a jekyll-based site that compiles down to a set of static assets which live on GitHub Pages. Dwolla's developer portal can be seen here - https://developers.dwolla.com/

Skeleton generated using generator-jekyllrb.

Getting started

First things first. This project requires Node.js >= 0.10, Ruby >= 1.9. Make sure you have those installed.

Clone this repo. Then, you'll want to install dependencies:

bundle install
npm install

To build and serve the site on localhost, do:

grunt serve

Deploying

To deploy changes to the gh-pages branch, do:

grunt deploy

If you're trying to deploy changes to the actual Dwolla repo, you'll need to make sure you're allowed to. Only Dwolla organization members can do this.

Otherwise, if you're deploying to your own repo, make sure you edit the buildcontrol.dist.options.remote to be the URL of your git repo. You'll probably also want to edit app/CNAME to use your own CNAME.

Contributing

Feel free to fork this repo and submit PRs for any corrections, new features, etc. you think we should include.

About

Dwolla's Jekyll-based developer portal V2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.0%
  • JavaScript 4.8%
  • CSS 2.2%