Popularity
5.5
Stable
Activity
0.0
Stable
8
3
4

Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Web     Network     Plaid    

plaid alternatives and similar packages

Based on the "Data" category.
Alternatively, view plaid alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of plaid or a related project?

Add another 'Data' Package

README

Build Status Hackage

This is a Haskell library for interacting with plaid.com api.

It utilizes some of the nice ideas presented in the GDP paper and in general tries to stay out of your way and let you issue plaid.com api calls easily.

You should check out the /examples/Main.hs to see some of the examples of using the lib.

Contributing

I encourage you to play with the library, open up issues, get yourself involved.

Plan is to build nice documentation with helpful examples.

I don't have specific code style guidelines, just follow the code style that you already see.

There is a stylish-haskell.yaml file in the root and it would be nice if you can configure your editor to use it.

Please squash your commits into one when issuing a PR so we keep a nice git timeline.