Skip to content

KoolTheba/todos-goals-api-localstorage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todos-goals-api-localstorage 📦

API to be used on your favorite todos/goals application with your favorite framework, with localstorage support and tests 🦄

Installation

npm install todos-goals-api-localstorage

Usage

// Common JS
const API = require('todos-goals-api-localstorage')

// or with ES6 modules
import API from 'todos-goals-api-localstorage'

/*
API.fetchGoals()
API.fetchTodos()
API.saveTodo(name)
API.saveGoal(name)
API.deleteTodo(id)
API.deleteGoal(id)
API.saveTodoToggle(id)
*/

About

API to be used on your favorite todos/goals application with your favorite framework, with localstorage support and tests 🦄

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%