Skip to content

Gin Server. Useful in accessing feeds for a user/publication as a JSON response.

Notifications You must be signed in to change notification settings

mayankkumar2/Medium-Blog-Api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medium Blogs API

Medium is a blog posting service that is used by many organizations across the world to post tutorials, many DIY guides, create awareness about their product, etc. Medium on its own doesn’t provide any API for the users to showcase their work on their websites or on other platforms. Hence, the project's aim was to create an easy to use API, that could be used to fetch and integrate Medium Posts of a user or an organization to a website or other Application platforms.


DOCS

Functionalities

  • Endpoint to fetch articles from medium's website

Instructions to run

  • Pre-requisites:
    • Golang Compiler
  • Instructions to manually install dependecies
go mod download
  • Instruction to build the module
go build
  • Instructions to install the module
go install

Contributors



Made with ❤️ by DSC VIT

About

Gin Server. Useful in accessing feeds for a user/publication as a JSON response.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%