Skip to content

Instantly share code, notes, and snippets.

View michelepatrassi's full-sized avatar
🌊
I’m the maker of ClubUp!, tech writer on Medium and startup addicted.

Michele michelepatrassi

🌊
I’m the maker of ClubUp!, tech writer on Medium and startup addicted.
View GitHub Profile
@michelepatrassi
michelepatrassi / index.js
Created September 17, 2019 11:44 — forked from akexorcist/index.js
Axios post method requesting with x-www-form-urlencoded content type
const axios = require('axios')
const qs = require('querystring')
...
const requestBody = {
name: 'Akexorcist',
age: '28',
position: 'Android Developer',
description: 'birthdate=25-12-1989&favourite=coding%20coding%20and%20coding&company=Nextzy%20Technologies&website=http://www.akexorcist.com/',