Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mtlynch/zestful-frontend2

Demo page for the Zestful ingredient parser (using Vue + Nuxt)
https://github.com/mtlynch/zestful-frontend2

Last synced: 24 days ago
JSON representation

Demo page for the Zestful ingredient parser (using Vue + Nuxt)

Awesome Lists containing this project

README

        

# zestful-frontend2

[![CircleCI](https://circleci.com/gh/mtlynch/zestful-frontend2.svg?style=svg)](https://circleci.com/gh/mtlynch/zestful-frontend2)

## Overview

This is an implementation of the Zestful Frontend in Vue + Nuxt. It generates the demo page for Zestful.

## Dev Setup

```bash
echo "BACKEND_URL='http://localhost:8888'" > .env
npm install
npm run serve
```

## Live Site

The live version of this project is at:

- [https://zestfuldata.com](https://zestfuldata.com)