All Projects → integrateme-co → integrate-io

integrateme-co / integrate-io

Licence: MIT License
Cross-Post your blogs between dev.to, Medium and Hashnode 🔀

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to integrate-io

indices
Indices creates a Table of Contents sidebar for Medium articles, and enables you to skip around
Stars: ✭ 16 (-23.81%)
Mutual labels:  productivity, medium
Medium Cli
Medium via CLI
Stars: ✭ 81 (+285.71%)
Mutual labels:  medium, blogging
passport-examples
A variety of examples using PassportJS with ExpressJS and ReactJS applications
Stars: ✭ 44 (+109.52%)
Mutual labels:  expressjs
reading-list
A Chrome/Firefox extension for saving pages to read later.
Stars: ✭ 74 (+252.38%)
Mutual labels:  productivity
Zeus
🔭 A modern cross platform `ls` with powerful searching and querying capabilities to scale your productivity to the moon 🚀 (and yeah it has file explorer like capabilities too 🤫)
Stars: ✭ 75 (+257.14%)
Mutual labels:  productivity
export-to-markdown
A Chrome extension to export the story in Medium to a markdown format text.
Stars: ✭ 62 (+195.24%)
Mutual labels:  medium
okta-graphql-react-express-example
Web App with Express, React and GraphQL
Stars: ✭ 20 (-4.76%)
Mutual labels:  expressjs
Fullstack-projects-frontend-with-react-and-backend-with-various-stacks
* W.I.P *🛠 Full-on full stack front end and a bit of back end web development challenge. Challenging every day to learn new stuffs about react & its in-depth features and also to explore the taste of various stacks.
Stars: ✭ 100 (+376.19%)
Mutual labels:  expressjs
vscode-snippet-generator
📜 Generate snippets from code in VSCode
Stars: ✭ 31 (+47.62%)
Mutual labels:  productivity
powerlet
⚡️ Chrome Extension to quickly find and run bookmarklets
Stars: ✭ 17 (-19.05%)
Mutual labels:  productivity
giuseppe
A controller routing system for expressJS with TypeScript decorators and annotations
Stars: ✭ 49 (+133.33%)
Mutual labels:  expressjs
medium-2-md
A CLI tool that converts exported Medium posts (html) to Jekyll/Hugo compatible markdown with front matter.
Stars: ✭ 113 (+438.1%)
Mutual labels:  medium
deepword
Web editor based on Monaco
Stars: ✭ 25 (+19.05%)
Mutual labels:  expressjs
node-express-rest-api-example
A Basic Node.js/Express REST API implementation example
Stars: ✭ 40 (+90.48%)
Mutual labels:  expressjs
docker-collector-logs
No description or website provided.
Stars: ✭ 13 (-38.1%)
Mutual labels:  integration
Quora
Building An Exclusive Community of PEC Graduates and Students.The main features of the website are “PEC Quora” and “PEC Connect”
Stars: ✭ 26 (+23.81%)
Mutual labels:  expressjs
pivot-react
Integration example of WebDataRocks web reporting tool with React framework
Stars: ✭ 33 (+57.14%)
Mutual labels:  integration
itrack
A simple task-based time tracker for everyday use.
Stars: ✭ 20 (-4.76%)
Mutual labels:  productivity
metalsmith-babel
A Metalsmith plugin to compile JavaScript with Babel
Stars: ✭ 19 (-9.52%)
Mutual labels:  integration
container
Custom containers for various usecases
Stars: ✭ 12 (-42.86%)
Mutual labels:  integration

integrate.io logo

Backend Architecture

Cross-Post Architechure

integrateme.co API Docs

Get All unpublished posts:

https://dev.to/api/articles/me/unpublished

  • Headers:

    api-key : MiXvYZyVvqCP1oPjg2AdHhQp

Schedule a post:

http://localhost:8080/api/v2/schedule

  • Body:

    {
        "articleID": "383924",
        "APIkey": "YOUR_API_KEY",
        "publishTime": "2021-09-23T20:50:41.751Z"
    }

Cron Jobs

Run the services/cronJobs.js file

node cronJobs.js

Post From Dev to Medium or Hashnode

URI : http://localhost:8080/api/v2/dev

Body:

{
    "url": "https://dev.to/uzairali10/load-balancer-101-4jl9",
    "medium": true,
    "hash": true,
     "medium_token":"2615790132f4a47a93d13abd55f96",
     "hash_token": "fee010ff-bd64-496a-d28a58e30bb9"
}
  • url : URL of the The Blog from Dev.to which is to be cross-posted (String)
  • medium : (Boolean)
  • medium_userID : User's medium's user ID can be fetched from (https://api.medium.com/v1/me)
  • medium_token : User's medium's API token
  • hash_token : User's Hashnode API Token

Post From Medium to Dev or Hashnode

URI: http://localhost:8080/api/v2/medium

Body:

{
    "url": "https://medium.com/@amanshri.nitrr/a-job-switch-plan-that-actually-works-e09701c26d88",
    "dev_api": "ShVKKiC9AZ1tb",
    "dev": true,
    "hash": true,
    "hash_api": "fee010ff-bde30bb9"
}
  • url : URL of the The Blog from Medium which is to be cross-posted (String)
  • dev : (Boolean)
  • hash : (Boolean)
  • dev_api : User's dev.to API token
  • hash_api : User's Hashnode API Token

Post From Hashnode to Dev or Medium

URI: http://localhost:8080/api/v2/hash

Body:

{
    "url" : "https://blog.tomaszgil.me/make-the-most-out-of-your-next-migration-project",
    "dev": true,
    "medium": true,
    "dev_api": "ShVKAZ1tb",
    "medium_id": "1543cd6f0816d",
    "medium_api":"2615790132f4a2d67f81e2696"
}

Donating

Help Us Pay off Our Domain and Hosting Charges :smily

snapshot-bmc-button
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].