added tailwind
This commit is contained in:
		
							parent
							
								
									38023c1aa5
								
							
						
					
					
						commit
						693d654764
					
				| @ -28,16 +28,18 @@ type skills struct { | |||||||
| 	Svelte     bool `json:"svelte"` | 	Svelte     bool `json:"svelte"` | ||||||
| 	Nextjs     bool `json:"nextjs"` | 	Nextjs     bool `json:"nextjs"` | ||||||
| 	Typescript bool `json:"typescript"` | 	Typescript bool `json:"typescript"` | ||||||
|  | 	Tailwind   bool `json:"tailwind"` | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func skillChecker(description string) skills { | func skillChecker(description string) skills { | ||||||
| 	return skills{ | 	return skills{ | ||||||
| 		React:      strings.Contains(description, "React"), | 		React:      strings.Contains(description, "React"), | ||||||
| 		Python:     strings.Contains(description, "Python"), | 		Python:     strings.Contains(description, "Python"), | ||||||
| 		Golang:     strings.Contains(description, "Go"), | 		Golang:     strings.Contains(description, "Golang"), | ||||||
| 		Svelte:     strings.Contains(description, "Svelte"), | 		Svelte:     strings.Contains(description, "Svelte"), | ||||||
| 		Nextjs:     strings.Contains(description, "Next.js"), | 		Nextjs:     strings.Contains(description, "Next.js"), | ||||||
| 		Typescript: strings.Contains(description, "TypeScript"), | 		Typescript: strings.Contains(description, "TypeScript"), | ||||||
|  | 		Tailwind:   strings.Contains(description, "Tailwind"), | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| func jobsToJson(file *os.File) { | func jobsToJson(file *os.File) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user