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