mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
commit
6c5e351860
1 changed files with 18 additions and 0 deletions
18
src/data.js
18
src/data.js
|
|
@ -1,6 +1,24 @@
|
|||
// keep it commonjs export
|
||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Marc-Antoine Dion',
|
||||
description: 'Full Stack. Rookie cyclist. Part time blogger at @thewannabeceo.',
|
||||
url: 'https://marcantoinedion.com/uses',
|
||||
twitter: '@thewannabeceo',
|
||||
emoji: '🚀',
|
||||
country: '🇨🇦',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Entrepreneur',
|
||||
'Node.js',
|
||||
'Vue.js',
|
||||
'C#',
|
||||
'Blogger',
|
||||
'Full Stack',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Simon Smale',
|
||||
description: 'Full Stack Developer and beginner digital gardener',
|
||||
|
|
|
|||
Loading…
Reference in a new issue