Skip to content

linkme-public/linkme-web

Repository files navigation

linkme-public

Build Status Coverage Status

Repo structure

This is the repository for the chat server.

How to

Run

Make sure you have all dependencies by running npm install from the chatapp directory.

The run npm start.

Run tests

Navigate to the chatapp folder and run npm test.

API

How to ping the api

GET /api

How to post a link

POST /api/link

with body

{
    "link": "blaaaah"
} 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published