Skip to content

PolyphasicDevTeam/napchart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Napchart

Napchart is a web app that makes it easy to plan complex 24 hour time schedules

Commonly used by people experimenting with polyphasic sleep, but can be used for any purpose

API

From server.js:

app.post('/api/create', api.create)
app.get('/api/get', api.get)
app.get('/api/getImage', api.getImage)

Create chart: /api/create with data as post

Get chart: /api/get?chartid=xxxxx receive data

Get image: /api/getImage?chartid=xxxxx&width=600&height=600&shape=circle receive image (shape is optional)

About

A 24 hours time planning tool - written in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.5%
  • CSS 6.3%
  • HTML 1.2%