Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.
/ dev-blog-api Public archive

Fetch posts and assets from the karriere.at Dev Blog GitHub repository and provide them as an API

License

Notifications You must be signed in to change notification settings

karriereat/dev-blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karriere.at Dev Blog API

Fetch posts and assets from the karriere.at Dev Blog GitHub repository and provide them as an API.

npm install
npm start

Valid endpoints are /posts, /posts/:slug and /assets/images/:path.

  • /posts lists the slugs of all posts.
  • /posts returns the post's YAML front matter and HTML, using highlight.js.
  • /assets/images/:path serves static images, referenced in posts.

About

Fetch posts and assets from the karriere.at Dev Blog GitHub repository and provide them as an API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published