Skip to content

dxnxk-0/screebles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screebles

API Usage

    // POST /api/walls
    // May fail on freemium if more than 5 db created
    // May fail if name is already there
    {
        "name": "mywall"
    }
    
    // POST /api/screebles
    // May fail on freemium if nb records in db are more than 100
    // a screeble is limited to 140 characters | arbitrary json document ?
    {
        "wall": "mywall",
        "lat": 48.880016,
        "lon": 2.327035,
        "screeble": "Dont stay there, there are a lot of weird people around"
    }
    
    // GET /api/screebles?wall=mywall&lat=48.880016&lon=2.327035&radius=10
    [
        "screeble": "Dont stay there, there are a lot of weird people around"
        "dist": 0.0 
    ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages