All Projects → 1pt-co → 1pt

1pt-co / 1pt

Licence: MIT license
A URL shortener with protection against malicious redirects

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to 1pt

KDynamic
An Alternative to MacOS Mojave Dynamic Theme and Wallpaper Changer
Stars: ✭ 48 (+140%)
Mutual labels:  dynamic
joineRML
R package for fitting joint models to time-to-event data and multivariate longitudinal data
Stars: ✭ 24 (+20%)
Mutual labels:  dynamic
action-dynamic-readme
~ Dynamic ReadME Generator ~
Stars: ✭ 29 (+45%)
Mutual labels:  dynamic
YOURLS
🔗 The de facto standard self hosted URL shortener in PHP
Stars: ✭ 9,007 (+44935%)
Mutual labels:  url-shortener
scrapy helper
Dynamic configurable crawl (动态可配置化爬虫)
Stars: ✭ 84 (+320%)
Mutual labels:  dynamic
Build-Former
This is a library for building forms dynamically in Android.
Stars: ✭ 20 (+0%)
Mutual labels:  dynamic
laravel-livewire-modals
Dynamic Laravel Livewire Bootstrap modals.
Stars: ✭ 63 (+215%)
Mutual labels:  dynamic
redir
🧭 Full-featured, self-hosted URL shortener.
Stars: ✭ 61 (+205%)
Mutual labels:  url-shortener
nextjs-redirect
HOC to redirect to any URL in NextJS both in client and server
Stars: ✭ 144 (+620%)
Mutual labels:  dynamic
dynamic-app
Dynamic Forms Builder are reusable and make building large-scale applications easier (Easy Peasy)
Stars: ✭ 15 (-25%)
Mutual labels:  dynamic
mnmlurl-extension
[DEPRECATED] 💁 Browser extension for Minimal URL - Modern URL shortener with support for custom alias & can be hosted even in GitHub pages
Stars: ✭ 21 (+5%)
Mutual labels:  url-shortener
dynamic-threadpool
📌 强大的动态线程池框架,附带监控报警功能。支持 JDK、Tomcat、Jetty、Undertow 线程池;Dubbo、Dubbox、RabbitMQ、RocketMQ、Hystrix 消费线程池(更多框架线程池还在适配中)。内置两种使用模式:轻量级依赖配置中心以及无中间件依赖版本。
Stars: ✭ 3,609 (+17945%)
Mutual labels:  dynamic
ursho
URL Shortener Service in Go
Stars: ✭ 118 (+490%)
Mutual labels:  url-shortener
Equinox
🌇 🌃 Create dynamic wallpapers for macOS.
Stars: ✭ 737 (+3585%)
Mutual labels:  dynamic
NSL
Implementation for <Neural Similarity Learning> in NeurIPS'19.
Stars: ✭ 33 (+65%)
Mutual labels:  dynamic
go url shortener
Shortify - URL Shortner in go
Stars: ✭ 18 (-10%)
Mutual labels:  url-shortener
ConnectedProperties
Dynamically attach properties to (almost) any object instance.
Stars: ✭ 38 (+90%)
Mutual labels:  dynamic
readme-components
Cards for your readme
Stars: ✭ 44 (+120%)
Mutual labels:  dynamic
gShort
URL Shortener without all the crap
Stars: ✭ 80 (+300%)
Mutual labels:  url-shortener
Kendo.DynamicLinqCore
KendoNET.DynamicLinq implements server paging, filtering, sorting, grouping, and aggregating to Kendo UI via Dynamic Linq for .Net Core App(1.x ~ 3.x).
Stars: ✭ 36 (+80%)
Mutual labels:  dynamic

1 Point URL Shortener

Uptime

Screenshot

1pt is a simple-to-use URL shortening service.

Backend

The redirects are stored in a MySQL Database and the API is written in PHP

🖥️ API

The 1pt.co API is public so anyone can create a shortened URL

Endpoint: https://csclub.uwaterloo.ca/~phthakka/1pt/

/addURL

Method: GET

Parameter Description Example
url Required - The long URL to shorten https://www.param.me
cu Optional - The part after 1pt.co/ that will redirect to your long URL. If this paramter is not provided or the requested short URL is already taken, it will return a random 5-letter string param

Example Response

{
  "status": 201,
  "message": "Added!",
  "short": "param",
  "long": "https://www.param.me"
}

With this example 1pt.co/param will redirect to https://www.param.me

🛈 info.1pt.co

One of the biggest concerns that come with URL shortening is the fact that anyone can hide or mask their URL. Users can create shortened URLs that point to malicious or inappropriate sites, and the person receiving that URL won't realize it until they've clicked it and already been redirected to the harmful website. With this feature, however, anyone will be able to prepend info. to any 1pt.co URL to see the URL metadata before being redirected.

Check out 1pt-co/info.1pt.co


This project is maintained by Param Thakkar
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].