Skip to content

Instantly share code, notes, and snippets.

View vigen-b's full-sized avatar
:octocat:

Vigen vigen-b

:octocat:
  • Yerevan, Armenia
View GitHub Profile
@vigen-b
vigen-b / apartments.json
Created March 23, 2023 12:28
Apartments List
[
{
"name": "Apartment 1 in Arabkir",
"image": "https://media.istockphoto.com/id/1165384568/photo/europe-modern-complex-of-residential-buildings.jpg?s=1024x1024&w=is&k=20&c=1golptGIidGvd8qhQ7FvKAT2lFl7hIu8KGCJzBT_H8o=",
"description": "The Best Apartment",
"rooms": 3,
"location": "Arabkir, 1"
},
{
"name": "Apartment 13 in Arabkir",
@vigen-b
vigen-b / index.js
Last active April 8, 2021 15:40
Redirect file uploaded file from express to flask
const express = require('express');
const cors = require('cors');
const bodyParser = require('body-parser');
const formidable = require('formidable');
const http = require('http');
const FormData = require('form-data');
const { PassThrough } = require('stream');
@vigen-b
vigen-b / test.md
Created June 12, 2020 12:29
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}