Skip to content

jeremiak/call-me-maybe

Repository files navigation

Call Me Maybe

A quick prototype for a research tool concept.

NOTE: The next iteration was done by @andrewmaier at 18f/call-me-maybe

Demo

Here is an example of a page with the embedded script and the resulting data store aka Google Doc.

Installing/Developing

Quick steps for getting the project running locally:

$ git clone git@github.com:jeremiak/call-me-maybe.git

$ cd call-me-maybe

$ bundle install && npm install

$ npm start

Notes

The Jekyll app serves as a way to build embed codes. The actual embed related code lives in /js with the primary file being index.js, which is turned into bundle.js by browserify.

18F Team Guidance

For 18F team members, we have guidance on how 18F puts this policy into practice, and how we handle the narrow situations where we may delay or withhold the release of source code.

18F's open source team practices.

Credits

This policy was originally forked from the Consumer Financial Protection Bureau's policy. Thanks also to @benbalter for his insights regarding CFPB's initial policy.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.