GitXplorerGitXplorer
a

university

public
16 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
6c46616960786b2f434de512fee57646490bf081

thanks nisala boi

aaadibajpai committed 4 years ago
Unverified
953d4c29fffe57d03e93ea7bdf24e7f8a15ae751

make landing page better

aaadibajpai committed 4 years ago
Verified
48d6ef3eb49d4a982e06b94426434139139861f4

why section

aaadibajpai committed 4 years ago
Verified
a402ae5bc80b8ee6f7b73a23fcbc5ca37c5f90c3

adjust readme

aaadibajpai committed 4 years ago
Verified
e8542794ca7cd8a0b9bf49fbb61f0eddd8f00679

update readme for release

aaadibajpai committed 4 years ago
Verified
e321ac41f7aeff3cedac7a8e06dc58d37336bdcd

upload image

aaadibajpai committed 4 years ago

README

The README file for this repository.

university request detection proof of concept

proof of concept

find catchier title maybe

should detect university if you visit this from a university

imagine if I had this last year during college application szn

API

URL: https://uni.aadibajpai.workers.dev

status code 200 with university name as text body if found.

Else, 404 not found

Eg. {status: 200, "Columbia University"} or {status: 404, "not found"}

No rate limits or anything, go wild. Okay, Cloudflare Workers have a limit of 100,000 requests a day so maybe keep that into account.

For requests made through a backend, you can pass the IP address in a x-lookup-ip header.

API source code: https://github.com/aadibajpai/university-worker

Example Usage

See index.html

I set it up for my website too as a possible implementation to slightly modify text if a university visitor is detected.

Look at that here.

Why?

I thought about this last year while doing college applications. Was easier to implement than I expected and fun. I think it has potential.

Isn't this overkill?

no u


Thanks to my friend Nisala for help with making and testing this <3