Skip to content

webapp that put all your social media links and other link into one place to share with friends and family

Notifications You must be signed in to change notification settings

Simeon2001/linkbum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIBUM

a linktree clone API which is use to put important links(product link,your new release song link, e.t.c) and social-media link in place, can be shared with friends and customers.

TUTORIAL

{ "username":"hartech", "password":"Linktree2021" "email":"hartech@gmail.com"

}

after registering it automatically create an authtoken.


{ "username":"hartech", "password":"Linktree2021"

}

if the user have created an account before it will response with an authtoken, else with an error


{ "pics":"an image url", "info":"little personal details"

}


{ "url":"url u want to share", "info":"short info about the url"

}

  • TO VIEW LINKS SHARED BY CERTAIN USER http://127.0.0.1:8000/USERNAME pass a GET request.

  • TO ADD SOCIAL MEDIA LINK FOR A USER http://127.0.0.1:8000/api/slink/create pass a post request.

    pass the token to the header, then json data:


    { "fbk":"http//facebook.com", "twr":"http//twitter.com", "ins":"http//instagram.com", "whp":"http//api.whatsapp.com", "snt":"http//snapchat.com", "gtb":"http//github.com", }


About

webapp that put all your social media links and other link into one place to share with friends and family

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages