Skip to content

amycatgirl/codehub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codehub

server-side rendered client for github coded in about 2-3 days

features

  • can view public user profiles

  • can view public repositories

planned

  • viewing/listing issues

  • viewing/listing pull requests

  • viewing files and directories inside of repositories

  • actually nice homepage

running

make a .env file with your token inside of it like this:

GH_API_TOKEN=<your token>

it’s recomended that you create a scoped token with no permissions, as codehub does not require user authentication of any kind. the reason why it needs a token is because github imposes strict ratelimiting on unauthenticated requests (they even tell you to use a token instead)

after making the file, you can run the server by running go run .

why the name

initially, the project was called github-ss (which stands for “github server side”) but then renamed it to codehub to avoid geting decimated by github lol

About

ssr github client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors