Skip to content

A simple serverless database stored in a JSON file.

License

Notifications You must be signed in to change notification settings

tutsplus/building-npm-packages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructor: Andrew Burgess

In this course we're going to build a JavaScript library to publish via the Node Package Manager (NPM). As we go through the process of building the library, you'll learn all about good principles and best practices to follow when writing a JavaScript library. Ready to get started?

Source Description

This repository contains the implementation for "bourne" - a simple serverless database stored in a JSON file.

Getting Started

Install the module with: npm install bourne

var bourne = require('bourne');
bourne.awesome(); // "awesome"

These are source files for the Tuts+ course: Building NPM Packages

Available on Tuts+. Teaching skills to millions worldwide.

About

A simple serverless database stored in a JSON file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 97.8%
  • CSS 1.6%
  • HTML 0.6%