Feeling Electric

Feeling Electric is the first studio album by electronic rock band Parade of Lights. It was released on June 2, 2015 via Astralwerks.

Feeling Electric
Studio album by
Released3 June 2015 (2015-06-03)
GenreElectronic rock, electropop, indietronica
LabelAstralwerks
Parade of Lights chronology
Golden
(2014)
Feeling Electric
(2015)
Singles from Feeling Electric
  1. "We're The Kids"
    Released: June 13, 2013
  2. "Golden"
    Released: January 17, 2014
  3. "Feeling Electric"
    Released: April 22, 2015

Track listing

No.TitleLength
1."////"0:48
2."Feeling Electric"3:42
3."Wake Up"3:12
4."Golden"3:05
5."Undefeatable"3:30
6."We're the Kids"2:57
7."Can't Have You"3:10
8."Silver and Gold"3:29
9."The Island"3:36
10."Burn"2:59
11."Memory"3:36
Total length:34:53

Charts

Chart (2015) Peak
position
scope="row"US Top Dance/Electronic Albums (Billboard)[1] 24
gollark: Yes.
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```
gollark: In general something like```lualocal h = http.get "whatever URL"local text = h.readAll()h.close()```to download a file to the variable `text`.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.