/kross-post-typescript

Cross posting blogs across medium, dev.to and Hashnode

Primary LanguageTypeScriptMIT LicenseMIT

NOTE: I have taken down the current deployed production version of kross post. I am rebuilding it with different stack

Kross post

A simple application to cross post articles across dev.to, hashnode and medium

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

AUTH0_BASE_URL=
AUTH0_SECRET=
AUTH0_CLIENT_SECRET=
AUTH0_ISSUER_BASE_URL=
AUTH0_AUDIENCE=
AUTH0_CLIENT_ID=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
HASURA_SECRET=

Run Locally

Clone the project

  git clone https://github.com/skarthikeyan96/kross-post-typescript

Go to the project directory

  cd kross-post-typescript

Install dependencies

  yarn install

Start the server

  yarn dev

Screenshots

image

Demo

Recording.mov