Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

strangedev/tiny-blog-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-blog-model

Data model for tiny-blog.

npm codecov

Models follow the tiny-blog-api spec: https://github.com/strangedev/tiny-blog-api/tree/master/spec

Related repos

Usage

import {BlogEntry} from "tiny-blog-model";
let blogEntry = BlogEntry.unMarshal(JSON.parse(...));

Development

yarn install

# transpile JS to build/
yarn run build

# run tests
yarn run test

About

JavaScript models and database connector for tiny-blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published