Skip to content

Instantly share code, notes, and snippets.

View ukhlivanov's full-sized avatar

Sergey Ukhlivanov ukhlivanov

  • Philadelphia, PA
View GitHub Profile
@ukhlivanov
ukhlivanov / Cat carousel
Created May 11, 2018 00:28
Thinkful(Events)
@ukhlivanov
ukhlivanov / gist:82a3a377e0eb0fd60c7908884fa1164d
Last active June 18, 2018 00:49
High Level Definition of My App Idea
Helps user to find interesting events and provide cost and travel time to the destination along with Uber,
the trip price will be displayed in several currencies.
List of API's:
1.Get the latest foreign exchange reference rates. GET https://exchangeratesapi.io/api/latest HTTP/1.1
2.https://maps.googleapis.com/maps/api/
3.Meetup API https://api.meetup.com/find/groups
4.Uber API https://api.uber.com/v1
const express = require("express");
const app = express();
// your code here!
app.get("/echo/:what", (req, res) => {
res.json({
hostname: req.hostname,
query: req.query,
what: req.params
//Get all
db.restaurants.find();
//Limit and sort
db.restaurants.
find({borough: "Manhattan"}, {_id: 1, name: 1, address: 1}).
sort({name: 1}).
limit(10);
//Get by _id
Address Book
https://gossamer-freezer.glitch.me/
Navigation Bar
https://react-header-bar-solution.glitch.me
https://tidy-planet.glitch.me/
https://grove-stop.glitch.me/
https://carnation-roast.glitch.me/
https://glitch.com/edit/#!/noiseless-help?path=public/index.html:1:0
https://glitch.com/edit/#!/awesome-spade?path=src/reducers/index.js:21:13
https://tulip-teal.glitch.me
https://plausible-foe.glitch.me
My application will help user to find a new job or/and monitoring jobs market.
Will be provided information for user about total numbers available positions around current location and for comparartion will be provided
available positions in the other cities/states.
User flows
1.As a user, I should be able to sign up for my app
2.As a user, I should be able to log in to my app
3.As a user, I should be able to edit personal information
4.As a user, I should be able to upload my photo
5.Depend of expirience as a user, I should be able to see avialable jobs position around current location.
(Will be provided certain avialable numbers jobs)
7.For comparation as a user, I should be able to see avialable jobs position in the other location.
(Will be provided certain avialable numbers jobs)
8.As a user, I should be able to see average salary in current location