{% extends "base.html" %} {% block js %} {% endblock %} {% block main %}

Consumer Notebook - Flask Sample App

Enter in any username and your API key to see the products that the user has bookmarked on Consumer Notebook.

{% from "_form_helpers.html" import render_field %}
{{ render_field(form.username) }} {{ render_field(form.api_key) }}

What is this?

This is a demo showing how to use the Consumer Notebook API in a sample Flask app.

The code for this is at https://github.com/consumernotebook/cn-flask-sample.

Grab the code and experiment with it!

Questions?

See developers.consumernotebook.com for how to get help.

{% endblock %}