mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Update uses url and country(emoji)
This commit is contained in:
parent
8fb324df38
commit
b87c7d221c
1 changed files with 18 additions and 18 deletions
36
src/data.js
36
src/data.js
|
|
@ -1,24 +1,24 @@
|
|||
// keep it commonjs export
|
||||
module.exports = [
|
||||
{
|
||||
name: 'Marc Berger',
|
||||
description: 'Full-stack Web Developer',
|
||||
url: 'https://github.com/mberger75/uses/',
|
||||
twitter: '@marcbrgr',
|
||||
emoji: '📼',
|
||||
country: 'FR',
|
||||
computer: 'windows',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Full Stack',
|
||||
'JavaScript',
|
||||
'TypeScript',
|
||||
'Node.js',
|
||||
'React',
|
||||
'MongoDB',
|
||||
'HTML',
|
||||
'CSS',
|
||||
'Wordpress',
|
||||
name: 'Marc Berger',
|
||||
description: 'Full-stack Web Developer',
|
||||
url: 'https://mberger75.github.io/uses/,
|
||||
twitter: '@marcbrgr',
|
||||
emoji: '📼',
|
||||
country: '🇫🇷',
|
||||
computer: 'windows',
|
||||
phone: 'android',
|
||||
tags: [
|
||||
'Full Stack',
|
||||
'JavaScript',
|
||||
'TypeScript',
|
||||
'Node.js',
|
||||
'React',
|
||||
'MongoDB',
|
||||
'HTML',
|
||||
'CSS',
|
||||
'Wordpress',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue