Giter VIP home page Giter VIP logo

seekr's People

Contributors

9glenda avatar darkknight443 avatar dependabot[bot] avatar niteletsplay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

seekr's Issues

Delete account issue

When account #3 gets deleted, only (for example) 5 accounts are in the list.

New accounts check the amount of ids, rather than the largest id, therefore old ids get overwritten.

5 total entries:
#1
#2
#3
#4
#5

One gets deleted:
#1
#2
#4
#5

New:

Only 4 items in list
New id is #5
#5 is overwritten

seekrd

some kind of mechanism running on a daily base to update stuff like profile puctures age....

fix access control list

This code will fetch the data from the latest webserver build (compile the latest) and console log it.
For actually integrating it I don't hate myself enough to I won't be writing the weird js code.

fetch("http://localhost:8080/persons").then(function(response) {
  return response.json();
}).then(function(data) {
  console.log(data);
}).catch(function(err) {
  console.log('Fetch Error :-S', err);
});

filter in search

advanced search or something like that where you can filter for stuff like age

Domain Search API

API to search for all emails with given domain (Doesnt work on gmail, yahoo, etc.) API Link
Useful for company emails

  1. API key does 25 searches a month
  2. Each API key needs a google account
  3. 50 Google Accounts = 1250 searches/month

We need a list of all 50 api keys and do the following:
Basically a system, that queries, but if expiration of key gets returned, it swaps until one works.

Email Validation

Send dummy email and check return.
Useful to check that email exists

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.