Skip to content

About comic building by react and web crawler

Notifications You must be signed in to change notification settings

ericlin716/comicr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comicr

About comic building by react and web crawler

Abstract

Build a new crawler bot that easily to parse the data you want. Use Curl and jquery dom skills, we can easily build basic API. Backend serivce use express to control the whole sevices.

node-libcurl install steps:
linux

1. npm clean cache
2. rm -rf node_modules
3. npm install node-libcurl --build-from-source

node_module

1. express is the Node framework
2. mongoose is the ORM we will use to communicate with our MongoDB database
3. body-parser will let us pull POST content from our HTTP request so that we can do things like create a bear

Others local to public

brew cask install ngrok
node server
ngrok http 8000

About

About comic building by react and web crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%