Merge pull request #736 from roopeshvs/master

Added Site - Binary Search
pull/738/head
Siddharth Dushantha 4 years ago committed by GitHub
commit 695dbd6397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -180,6 +180,16 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"BinarySearch": {
"errorMsg": "{}",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9-_]{1,15}$",
"url":"https://binarysearch.io/@/{}",
"urlProbe": "https://binarysearch.io/api/users/{}/profile",
"urlMain": "https://binarysearch.io/",
"username_claimed": "Eyes_Wide_Shut",
"username_unclaimed": "noonewouldeverusethis7"
},
"BitBucket": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9-_]{1,30}$",

@ -303,3 +303,4 @@
302. [Warrior Forum](https://www.warriorforum.com/)
303. [Windy](https://windy.com/)
304. [Strava](https://www.strava.com/)
305. [BinarySearch](https://binarysearch.io/)

Loading…
Cancel
Save