Skip to content

Remove spaces and emojis from your links. Written with React.js, Redux, Node.js, Express, Mongoose, react-router and regex

License

Notifications You must be signed in to change notification settings

AuroPick/link-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Cleaner

GitHub Website Website

Remove spaces and emojis from your links.


Features

✔️ Link cleaning with regex
✔️ Adding link to database
✔️ See all links added to database
✔️ Infinite scrolling
🔵 Real-time update
🔵 Open graph
🔵 Comments to links

Stack

Installation

  1. Install NodeJS

  2. Clone this repo or download it

  3. Use .env.sample files to create .env files

  4. Install dependencies (run this in the root of the project)

cd server && npm i && cd .. && cd client && npm i && cd ..
  1. Start server and client (run this in the root of the project)
start npm start --prefix server && start npm start --prefix client

Regex used for cleaning process

/( |\u00a9|\u00ae|[\u2000-\u3300]|\ud83c[\ud000-\udfff]|\ud83d[\ud000-\udfff]|\ud83e[\ud000-\udfff])/g

See in code

About

Remove spaces and emojis from your links. Written with React.js, Redux, Node.js, Express, Mongoose, react-router and regex

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published