{% extends "base.html" %} {% block js %} {% endblock %} {% block main %}
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 %}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!
See developers.consumernotebook.com for how to get help.