Devtoprofile
An example of getting data from the dev.to API to display its own articles.
Install / Use
/learn @thomasbnt/DevtoprofileREADME
Getting data from the API of DEV.TO
An example of getting data from the dev.to API to display its own articles. Work with VueJS, fetch and the API v0 of dev.to (this version will be DEPRECIATED. See the post on DEV).
Note
Note
More projects like that ? Check this list.
How to get my data ?
Change this lines in the file src/components/devto.vue :
const USERID_DEVTO = '18254'
const USERNAME_DEVTO = 'thomasbnt'
How to get my ID ?
Get your ID by using the website. Press F12, and on the body element,
you have a data-user attribute. This is your ID.

How to develop this project
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint

